Open sandboxFocus

Class NLogLogRecordBuilder

Inheritance
NLogLogRecordBuilder
Namespace: PostSharp.Patterns.Diagnostics.Backends.NLog
Assembly: PostSharp.Patterns.Diagnostics.Backends.NLog.dll
Syntax
public class NLogLogRecordBuilder : TextLogRecordBuilder, ICustomLogRecordBuilder, IDisposable

Constructors

Name Description
NLogLogRecordBuilder(NLogLoggingBackend)

Initializes a new NLogLogRecordBuilder.

Methods

Name Description
EmitRecord()

Emits the record. Invoked by the Complete() method.

Write(UnsafeString)

Writes the final message to the back-end.