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