multiml.logger
Logger module.
In principle, modules in multiml library use this logger. There are some print levels: DEBUG
,
INFO
, WARN
, ERROR
and DISABLED
.
Examples
>>> from multiml import logger
>>> logger.set_level(logger.INFO) # Set to DEBUG
>>> logger.debug("This message is not printed at INFO level.")
Functions
|
convert str to int. |
|
Show process counter as information. |
|
Show debug [D] message. |
|
Show error [E] message. |
|
Get current time with |
|
Show the following header. |
|
Show the following header. |
|
Show the following header. |
|
Show information [I] message. |
|
Show the header and footer indicating start and end algorithm. |
|
Set log level. |
|
Show table. |
|
Show warning [W] message. |