Property Debug
Debug
Gets or sets the log writer used for debug-level logging.
public static ILogWriter Debug { get; set; }
Property Value
Remarks
Assigning a value to this property allows customization of how debug-level log messages are written. If not set, the default implementation may be used, depending on the application's logging configuration.