TextLogRecordBuilder.EmitRecord Method (Boolean) |
Emits the record and specifies whether exception details should be appended to the text.
Namespace: PostSharp.Patterns.Diagnostics.RecordBuilders
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.8.6.0 (6.8.6.0)
C#
protected void EmitRecord( bool includeExceptionDetails )
Parameters
- includeExceptionDetails
- Type: System.Boolean
true if exception details should be appended, otherwise false.