GridJsLogger.SetLogFile

SetLogFile(string)

Sets the log file path and enables file output (single file mode, no rolling). Appends to existing file.

public static void SetLogFile(string filePath)
ParameterTypeDescription
filePathStringThe full path to the log file.

See Also


SetLogFile(string, bool)

Sets the log file path and enables file output (single file mode, no rolling).

public static void SetLogFile(string filePath, bool append)
ParameterTypeDescription
filePathStringThe full path to the log file.
appendBooleanWhether to append to existing file.

See Also