TextLogRecordBuilder.MustBuildContextDescription Method |
Determines whether the current Description should be appended
to the current StringBuilder.
Namespace: PostSharp.Patterns.Diagnostics.RecordBuilders
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.4.11.0 (6.4.11.0)

C#
protected bool MustBuildContextDescription()
Return Value
Type: Booleantrue if the current Description should be appended to the current StringBuilder, otherwise false.
