logging package¶
Utilities for configuring the pwfdf-api’s logging streams.
Functions |
|
Returns the logger for the pwfdf-api package |
|
Modules |
|
Functions to configure the console logging stream |
|
Functions to configure file logs |
- pwfdf_api.logging.logger()¶
Returns the pwfdf-api logger
logger()
Returns the logging.Logger object used by the pwfdf-api.
- Outputs:
logging.Logger – The logger for the pwfdf-api