LogRecordInfo Structure |
Contains information about a log record.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public struct LogRecordInfo
The LogRecordInfo type exposes the following members.
Name | Description | |
---|---|---|
LogRecordInfo |
Initializes a LogRecordInfo.
|
Name | Description | |
---|---|---|
Id |
Unique identifier of the static parts of the record, which can be used for caching the message template.
| |
Options |
Gets the LoggingOptions that apply to this record.
| |
RecordKind |
The kind of this record (e.g. MethodEntry or MethodException).
|