Created on 23 dec. 2010
Code author: jhkwakkel <j.h.kwakkel (at) tudelft (dot) nl>
This module contains code for logging EMA processes. It is modeled on the default logging approach that comes with Python. This logging system will also work in case of multiprocessing using parallelEMA.
Turn on logging and add a handler which prints to stderr
Parameters: | level – minimum level of the messages that will be logged |
---|
Returns logger used by the EMA workbench
Returns: | the logger of the EMA workbench |
---|
convenience function for logger.debug
Parameters: |
|
---|
convenience function for logger.info
Parameters: |
|
---|
convenience function for logger.warning
Parameters: |
|
---|
convenience function for logger.error
Parameters: |
|
---|
convenience function for logger.exception
Parameters: |
|
---|
convenience function for logger.critical
Parameters: |
|
---|
convenience handler that does nothing