itchcraft.logging
Customized logging with color support.
Functions
|
Instantiate a custom logger with color support. |
Module Contents
- itchcraft.logging.get_logger(name)
Instantiate a custom logger with color support.
- Parameters:
name (str) –
- Return type:
logging.Logger