Method W
W(string, bool)
Log Warning level message to the file.
Declaration
public static void W(string message, bool logToConsole = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Info warning message. |
| bool | logToConsole | boolean indicating if the log message is to be displayed on the console. |