A LuaLogService
object provides the capability to write messages to a standard or custom log file.
If you have a LuaLogService
object called myLogService
you can call its methods using the ':
' operator. For example:
myLogService:get_log("application")
Constructor | Description |
---|---|
LuaLogService:new | The constructor for a LuaLogService object (creates a new LuaLogService ). |
Method | Description |
---|---|
get_log | Returns a LuaLog object that you can use to write log messages to a specified log type. |
|