PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​Common­LoggingCommon­Logging­Logging­Backend­Options
Open sandboxFocus

CommonLoggingLoggingBackendOptions Class

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 ).