A base class for all text-based logging back-ends.
Inheritance
TextLoggingBackend
Implements
Namespace: PostSharp.Patterns.Diagnostics.Backends
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public abstract class TextLoggingBackend : LoggingBackend, IDisposableConstructors
| Name | Description |
|---|---|
| TextLoggingBackend() |
Properties
| Name | Description |
|---|---|
| Options | Gets the back-end options. |
Methods
| Name | Description |
|---|---|
| Dispose(bool) | Disposes the current object. |
| GetBackendOptions() | Gets the formatting and rendering options for the current LoggingBackend. |
| GetTextBackendOptions() | Gets the options. |