TextLoggingBackend Class |
PostSharp.Patterns.Diagnostics.LoggingBackend
PostSharp.Patterns.Diagnostics.Backends.TextLoggingBackend
More...
Namespace: PostSharp.Patterns.Diagnostics.Backends
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.4.11.0 (6.4.11.0)
public abstract class TextLoggingBackend : LoggingBackend
The TextLoggingBackend type exposes the following members.
Name | Description | |
---|---|---|
TextLoggingBackend | Initializes a new instance of the TextLoggingBackend class |
Name | Description | |
---|---|---|
CurrentContext |
Gets the current LoggingContext.
(Inherited from LoggingBackend.) | |
CurrentContextLocalConfiguration |
Gets the LoggingContextLocalConfiguration for the current execution. Returns DefaultContextLocalConfiguration
unless the context has been overwritten by WithContextLocalConfiguration(LoggingContextLocalConfiguration).
(Inherited from LoggingBackend.) | |
DefaultContextLocalConfiguration |
Gets the default LoggingContextLocalConfiguration, used unless it has been overwritten by the WithContextLocalConfiguration(LoggingContextLocalConfiguration)
for the current execution context.
(Inherited from LoggingBackend.) | |
DefaultVerbosity |
Gets the LoggingVerbosityConfiguration of the DefaultContextLocalConfiguration.
(Inherited from LoggingBackend.) | |
IsCorrupted |
Determines whether the current LoggingBackend is in a state where it can no longer be recovered. This typically happens when
an exception occurs while disabling or enabling.
(Inherited from LoggingBackend.) | |
IsDisposed |
Determines whether the current LoggingBackend has been disposed.
(Inherited from LoggingBackend.) | |
IsEnabled |
Determines whether the current LoggingBackend is currently enabled. This property has precedence
over, and does not affect, the minimal log levels set through the SetLevel(LogLevel) method.
(Inherited from LoggingBackend.) | |
Options |
Gets the back-end options.
|
Reference
Other Resources
PostSharp.Patterns.Diagnostics.LoggingBackend
PostSharp.Patterns.Diagnostics.Backends.TextLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.ApplicationInsights.ApplicationInsightsLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.Audit.AuditBackend
PostSharp.Patterns.Diagnostics.Backends.CommonLogging.CommonLoggingLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.Console.ConsoleLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary.EnterpriseLibraryLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.EventSource.EventSourceLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.Log4Net.Log4NetLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.Loupe.LoupeLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.MetaLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.Microsoft.MicrosoftLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.NLog.NLogLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.Serilog.SerilogLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.Trace.TraceLoggingBackend
PostSharp.Patterns.Diagnostics.Backends.TraceSource.TraceSourceLoggingBackend