Method Write
Write(Level, string, bool)
Write the log message to the player log file and/or console.
Declaration
public static void Write(Log.Level level, string message, bool logToConsole)
Parameters
Type | Name | Description |
---|---|---|
Log.Level | level | Log Level |
string | message | Log message |
bool | logToConsole | boolean indicating if the log message is to be displayed on the editor console. |