Module xw.log

log: eXtraWay log client


Usage:

local log = require 'xw.log'

Type xw.log

xw.log.error(msg)
        Logs the message as an Error
        
xw.log.msg(msg)
        Logs the message as an Information
        
xw.log.warning(msg)
        Logs the message as a Warning
        

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 :