Module xw.log
log: eXtraWay log client
Usage:
local log = require 'xw.log'
Type xw.log
xw.log.error(msg) |
|
xw.log.msg(msg) |
|
xw.log.warning(msg) |
|
Type xw.log
Field(s)
- xw.log.error(msg)
-
Logs the message as an Error
Parameter
#string msg
:
- xw.log.msg(msg)
-
Logs the message as an Information
Parameter
#string msg
:
- xw.log.warning(msg)
-
Logs the message as a Warning
Parameter
#string msg
: