EnterpriseLibraryLoggingBackendOptions Class |
PostSharp.Patterns.Diagnostics.LoggingBackendOptions
PostSharp.Patterns.Diagnostics.Backends.TextLoggingBackendOptions
PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary.EnterpriseLibraryLoggingBackendOptions
Namespace: PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary
Assembly: PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary (in PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary.dll) Version: 5.0.55.0 (5.0.55.0)
public class EnterpriseLibraryLoggingBackendOptions : TextLoggingBackendOptions
The EnterpriseLibraryLoggingBackendOptions type exposes the following members.
Name | Description | |
---|---|---|
EnterpriseLibraryLoggingBackendOptions | Initializes a new instance of the EnterpriseLibraryLoggingBackendOptions 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.) | |
GetCategories |
Function that maps an EnterpriseLibraryLoggingTypeSource to a set of strings
that will be assigned to the Categories() property of log entries (see LogEntry).
The default behavior is to invoke the GetCategories() method, which returns
the role, the name of the EnterpriseLibraryLoggingTypeSource type and the name of all parent LoggingNamespaceSource.
| |
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.) |