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.VERBOSE
levelParameters:
- msg string
- ncine.log.debug (msg)
-
Logs a message with a
ncine.log_level.DEBUG
levelParameters:
- msg string
- ncine.log.info (msg)
-
Logs a message with a
ncine.log_level.INFO
levelParameters:
- msg string
- ncine.log.warn (msg)
-
Logs a message with a
ncine.log_level.WARN
levelParameters:
- msg string
- ncine.log.fatal (msg)
-
Logs a message with a
ncine.log_level.FATAL
levelParameters:
- msg string