Logger
Index
Functions
Flush
Writes logger content to file and clears all buffers.
Returns void
Log
Writes message to the log, using specified log prefix.
Parameters
message: string
message to be logged
optionalprefix: string
prefix of the message, can be used to filter log
Returns void
LogError
Logs java Throwable with full stack trace to.
Parameters
error: Throwable
java Throwable to be logged
Returns void
debug
Writes debugging message to log, using specified tag.
Parameters
tag: string
message: string
Returns void
error
Writes error message to log, using specified tag. If it writed before game startup finish, debugging log with all messages will appear.
Parameters
tag: string
message: string
optionalerror: Throwable
Returns void
info
Writes information message to log, using specified tag.
Parameters
tag: string
message: string
Returns void
Module used to log messages to Inner Core and internal log.