Searched refs:CustomFormatter (Results 1 – 7 of 7) sorted by relevance
11 CustomFormatter = logging_common.CustomFormatter variable
52 handler.setFormatter(CustomFormatter())56 class CustomFormatter(logging.Formatter): class
174 TEST(StrJoin, CustomFormatter) { in TEST() argument