LogRecordInfo Structure |
Contains information about a log record.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public struct LogRecordInfo
The LogRecordInfo type exposes the following members.
Name | Description | |
---|---|---|
LogRecordInfo(LogRecordKind, LoggingOptions) | Obsolete. Initializes a new instance of the LogRecordInfo class | |
LogRecordInfo(LogRecordKind, LoggingOptions, Int64) |
Initializes a LogRecordInfo.
|
Name | Description | |
---|---|---|
Id | ||
Options |
Gets the LoggingOptions that apply to this record.
| |
RecordKind |
The kind of this record (e.g. MethodEntry or MethodException).
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |