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