Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Log.Logging.RegisterLoggingAsync Method

Registers a new logging data provider.

Class: YetaWF.Core.Log.Logging
Namespace: YetaWF.Core.Log
Assembly: YetaWF.Core

Syntax

public static Task RegisterLoggingAsync( ILogging logger );

Parameters

logger

An ILogging interface for the logging data provider's implementation.

See Also YetaWF.Core.Log.Logging ClassYetaWF.Core Overview