Module ncine.log
The table containing logging related functions
Functions
| ncine.log.verbose (msg) | Logs a message with a ncine.log_level.VERBOSE level |
| ncine.log.debug (msg) | Logs a message with a ncine.log_level.DEBUG level |
| ncine.log.info (msg) | Logs a message with a ncine.log_level.INFO level |
| ncine.log.warn (msg) | Logs a message with a ncine.log_level.WARN level |
| ncine.log.fatal (msg) | Logs a message with a ncine.log_level.FATAL level |
Tables
| ncine.log_level | Log levels, from less to more severe (enumeration) |
Functions
- ncine.log.verbose (msg)
-
Logs a message with a
ncine.log_level.VERBOSElevelParameters:
- msg string
- ncine.log.debug (msg)
-
Logs a message with a
ncine.log_level.DEBUGlevelParameters:
- msg string
- ncine.log.info (msg)
-
Logs a message with a
ncine.log_level.INFOlevelParameters:
- msg string
- ncine.log.warn (msg)
-
Logs a message with a
ncine.log_level.WARNlevelParameters:
- msg string
- ncine.log.fatal (msg)
-
Logs a message with a
ncine.log_level.FATALlevelParameters:
- msg string