Table of Contents

Property Debug

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Debug

Gets or sets the log writer used for debug-level logging.

public static ILogWriter Debug { get; set; }

Property Value

ILogWriter

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.