File hp/util/Logger.lua
Functions
M.CONSOLE_TARGET (...) | This is the log target. |
M.debug (...) | The debug log output. |
M.error (...) | The error log output. |
M.info (...) | The normal log output. |
M.warn (...) | The warning log output. |
Tables
Logger | This class is for log output. |
Functions
- M.CONSOLE_TARGET (...)
-
This is the log target. Is the target output to the console.
Parameters
- ...:
- M.debug (...)
-
The debug log output.
Parameters
- ...:
- M.error (...)
-
The error log output.
Parameters
- ...:
- M.info (...)
-
The normal log output.
Parameters
- ...:
- M.warn (...)
-
The warning log output.
Parameters
- ...: