GridJsLogger.EnableFileOutput

GridJsLogger.EnableFileOutput property

Gets or sets whether to output log messages to a file. Default is false. Must call SetLogFile or SetLogDirectory before enabling.

public static bool EnableFileOutput { get; set; }

See Also