Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 839 Bytes

api.rst

File metadata and controls

55 lines (29 loc) · 839 Bytes

API Reference

Loaders

Functions that load logging configurations from various sources.

logconfig.from_autodetect

logconfig.from_dict

logconfig.from_env

logconfig.from_file

logconfig.from_filename

logconfig.from_json

logconfig.from_yaml

Utilities

Basic utility functions and classes.

logconfig.get_all_loggers

logconfig.Queue

logconfig.QueueHandler

logconfig.QueueListener

logconfig.queuify_logger

Exceptions

Custom exceptions used within module.

logconfig.LogConfigException