Class: Logger
Methods
| Name | Description |
|---|---|
:debug(args) | |
:error(args) | |
:info(args) | |
:warn(args) |
Method declarations
Method: debug
lua
function Logger:debug(
args
) endParameters:
- args (
any)
Method: error
lua
function Logger:error(
args
) endParameters:
- args (
any)
Method: info
lua
function Logger:info(
args
) endParameters:
- args (
any)
Method: warn
lua
function Logger:warn(
args
) endParameters:
- args (
any)
