PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Record­BuildersText­Log­Record­BuilderEmit­Record
Open sandboxFocus

TextLogRecordBuilder.EmitRecord Method

EmitRecord(Boolean)

Emits the record and specifies whether exception details should be appended to the text.

Declaration
protected void EmitRecord(bool includeExceptionDetails)
Parameters
Type Name Description
Boolean includeExceptionDetails

true if exception details should be appended, otherwise false.

EmitRecord()

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

Declaration
protected override void EmitRecord()
Overrides
LogRecordBuilder.EmitRecord()