Common Logging 2.0 API Reference

LogManager.Adapter Property

Gets or sets the adapter.

[Visual Basic]
Public Shared Property Adapter() As ILoggerFactoryAdapter
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public static ILoggerFactoryAdapter Adapter { public get; public set; }

Property Value

The adapter.

See Also

LogManager Class | Common.Logging Namespace