Open sandboxFocus

Class CommonLoggingLoggingBackendOptions

Inheritance
CommonLoggingLoggingBackendOptions
Namespace: PostSharp.Patterns.Diagnostics.Backends.CommonLogging
Assembly: PostSharp.Patterns.Diagnostics.Backends.CommonLogging.dll
Syntax
public class CommonLoggingLoggingBackendOptions : TextLoggingBackendOptions

Constructors

Name Description
CommonLoggingLoggingBackendOptions()

Properties

Name Description
GetLogger

Function that returns a Common Logging ILog interface for a given CommonLoggingLoggingTypeSource. The default implementation is to call LogManager.GetLogger( typeSource.DisplayFullName ).