logger
frog.logger
¤
Set up the program's logger.
Functions¤
get_log_path()
¤
Return the user log path.
Source code in frog/logger.py
15 16 17 18 19 |
|
initialise_logging()
¤
Configure the program's logger.
Source code in frog/logger.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|