aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/logging.py
Commit message (Expand)AuthorAgeFilesLines
* Improve logging messagesAaron LI2017-08-011-1/+5
* Force "DEBUG" log level if env variable "DEBUG_FG21SIM" setAaron LI2016-10-171-0/+4
* utils/logging.py: Small updates to the docstrings and commentsAaron LI2016-10-171-14/+16
* utils/logging.py: Close handler before removingAaron LI2016-10-021-0/+3
* utils/logging.py: Save existing formatter for new handlersAaron LI2016-09-291-0/+5
* utils/logging: reset handlers before initialization/reconfigurationAaron LI2016-09-291-2/+9
* utils/logging.py: Hack the "filemode" arg of "basicConfig()"Aaron LI2016-09-291-1/+4
* setup_logging(): Add parameter "level"Aaron LI2016-09-291-2/+14
* Add utility "setup_logging()" to setup/update loggingAaron LI2016-09-291-0/+70