Program Logger (logger)#
Configure the program logger.
|
Set up and return a customised logger with elapsed time, C++ runtime indication and formatted warning messages. |
- triumvirate.logger.setup_logger(log_level=20)[source]#
Set up and return a customised logger with elapsed time, C++ runtime indication and formatted warning messages.
- Parameters:
log_level (int, optional) – Logging devel (default is logging.INFO).
- Returns:
logger – Customised logger.
- Return type:
See also
loggingFor more details of the Python logging facility.