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=15)[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 15, i.e.
STATfor status).- Returns:
logger – Customised logger.
- Return type:
See also
loggingFor more details of the Python logging facility.