auxlib.logz

class auxlib.logz.DumpEncoder(skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, encoding='utf-8', default=None)[source]
default(obj)[source]
class auxlib.logz.NullHandler(level=0)[source]
emit(record)[source]
auxlib.logz.attach_stderr(level=20)[source]
auxlib.logz.detach_stderr()[source]
auxlib.logz.fullname(obj)[source]
auxlib.logz.initialize_logging(level=20)[source]
auxlib.logz.jsondumps(obj)[source]
auxlib.logz.request_header_sort_key(item)[source]
auxlib.logz.response_header_sort_key(item)[source]
auxlib.logz.set_root_level(level=20)[source]
auxlib.logz.stringify(obj)[source]