Skip to content

Class: Logger

Methods

NameDescription
:debug(args)
:error(args)
:info(args)
:warn(args)

Method declarations

Method: debug

lua
function Logger:debug(
    args
) end

Parameters:

  • args (any)

Method: error

lua
function Logger:error(
    args
) end

Parameters:

  • args (any)

Method: info

lua
function Logger:info(
    args
) end

Parameters:

  • args (any)

Method: warn

lua
function Logger:warn(
    args
) end

Parameters:

  • args (any)