Writes log messages to PostSharp Logging.
Implements
Namespace: PostSharp.Patterns.Diagnostics.Backends.NLog
Assembly: PostSharp.Patterns.Diagnostics.Backends.NLog.dll
Syntax
public class NLogCollectingTarget : Target, IDisposableConstructors
| Name | Description |
|---|---|
| NLogCollectingTarget(string) | Creates a new instance of NLogCollectingTarget. |
Methods
| Name | Description |
|---|---|
| Write(LogEventInfo) | Writes logging event to the log target. Must be overridden in inheriting classes. |