![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
Namespace for debugging functions and classes.
Write an error message string. The error is written with the Logger::PrintError() method.
Error(String message)
message | The message string to write. |
Write a trace message string. The trace is written with the Logger::PrintDebug() method in debug build only, the trace functions are empty in release build.
Trace(String message)
message | The message string to write. |