Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Log.ILogging Interface

Defines the interface implemented by logging data providers.

Namespace: YetaWF.Core.Log
Assembly: YetaWF.Core

Syntax

public interface ILogging;

Methods

PublicClearAsyncClears all log records.
PublicFlushAsyncFlushes all pending log records to permanent storage.
PublicGetLevelReturns the minimum severity level that is logged by the logging data provider.
PublicInitAsyncInitializes the logging data provider.
PublicIsInstalledAsyncReturns whether the logging data provider is installed and available.
PublicWriteToLogFileAdds a record using the logging data provider.

See Also YetaWF.Core Overview