CustomLogRecordInfo Structure |
Stores information regarding a custom record, i.e. a record emitted by the Logger class.
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 readonly struct CustomLogRecordInfo
The CustomLogRecordInfo type exposes the following members.
Name | Description | |
---|---|---|
CustomLogRecordInfo | Obsolete.
Initializes a new CustomLogRecordInfo.
|
Name | Description | |
---|---|---|
Attributes |
Gets the CustomLogRecordAttributes.
| |
CallerInfo |
Gets information about the code invoking the Logger class.
| |
Data |
Specifies the properties of the CustomLogRecordInfo, typically specified as an instance of a well-known or anonymous CLR type.
| |
Level |
Gets the record level.
| |
ParameterCount | Obsolete.
Gets the number of parameters in the record text.
| |
Properties | Obsolete.
Gets the properties of the log records.
| |
RecordKind |
Gets the record kind.
| |
Source |
Gets the source type.
|