Open sandboxFocus

Class NLogCollectingTarget

Writes log messages to PostSharp Logging.

Inheritance
Target
NLogCollectingTarget
Implements
Namespace: PostSharp.Patterns.Diagnostics.Backends.NLog
Assembly: PostSharp.Patterns.Diagnostics.Backends.NLog.dll
Syntax
public class NLogCollectingTarget : Target, IDisposable

Constructors

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.