CommonLoggingLoggingBackendOptions Class |
PostSharp.Patterns.Diagnostics.LoggingBackendOptions
PostSharp.Patterns.Diagnostics.Backends.TextLoggingBackendOptions
PostSharp.Patterns.Diagnostics.Backends.CommonLogging.CommonLoggingLoggingBackendOptions
Namespace: PostSharp.Patterns.Diagnostics.Backends.CommonLogging
Assembly: PostSharp.Patterns.Diagnostics.Backends.CommonLogging (in PostSharp.Patterns.Diagnostics.Backends.CommonLogging.dll) Version: 5.0.55.0 (5.0.55.0)
public class CommonLoggingLoggingBackendOptions : TextLoggingBackendOptions
The CommonLoggingLoggingBackendOptions type exposes the following members.
Name | Description | |
---|---|---|
CommonLoggingLoggingBackendOptions | Initializes a new instance of the CommonLoggingLoggingBackendOptions class |
Name | Description | |
---|---|---|
ActionMaxLength |
Max length of a log record. The default value is 2048.
(Inherited from TextLoggingBackendOptions.) | |
AppendTrailingPeriod |
Determines whether log messages should be ended with a trailing period. The default value is true
because we really like trailing periods at PostSharp, but other opinions are valid.
(Inherited from TextLoggingBackendOptions.) | |
ContextMaxLength |
Max length of the Description property.
(Inherited from LoggingBackendOptions.) | |
Delimiter |
String used to separate different parts of the logging record. The default value is a pipe surrounded by spaces ( | ).
(Inherited from TextLoggingBackendOptions.) | |
GetLogger |
Function that returns a Common Logging ILog interface for a given CommonLoggingLoggingTypeSource.
The default implementation is to call LogManager.GetLogger( typeSource.Role ).
| |
IncludeExceptionDetails |
Determines whether exception details (basically Exception.ToString) should be appended to the log.
The default value is false.
(Inherited from TextLoggingBackendOptions.) | |
IncludeNamespace |
Determines whether the full namespace of types should be included in the log. The default value is false.
(Inherited from TextLoggingBackendOptions.) | |
IncludeType |
Determines whether the name of the type of the logged method should be included in the log. The default value is true.
(Inherited from TextLoggingBackendOptions.) | |
IndentSpaces |
Number of spaces for each indentation level. The default value is 2.
(Inherited from TextLoggingBackendOptions.) | |
LogLevelIgnoredForSystemRecords | (Inherited from LoggingBackendOptions.) | |
ShouldLogExceptionPredicate |
Gets or sets a predicate that determines whether an exception should be logged. This predicate is evaluated only
when the method entry is not logged. When the method entry is logged, exceptions are always logged.
(Inherited from TextLoggingBackendOptions.) |
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |