cozy.log
¶
Module Contents¶
Functions¶
|
Disable cozy logging |
|
Set the level of logging |
|
Log at the info level |
|
Log at the warning level |
|
Log at the error level |
|
Log at the debug level |
|
Log at the critical level |
Attributes¶
- cozy.log.logger¶
- cozy.log.disable()¶
Disable cozy logging
- cozy.log.set_level(level)¶
Set the level of logging
- cozy.log.info(*args, **kwargs)¶
Log at the info level
- cozy.log.warning(*args, **kwargs)¶
Log at the warning level
- cozy.log.error(*args, **kwargs)¶
Log at the error level
- cozy.log.debug(*args, **kwargs)¶
Log at the debug level
- cozy.log.critical(*args, **kwargs)¶
Log at the critical level