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 ErrorParameter
#string msg:
- xw.log.msg(msg)
-
Logs the message as an InformationParameter
#string msg:
- xw.log.warning(msg)
-
Logs the message as a WarningParameter
#string msg: