PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsLog­Record­InfoLog­Record­Info
Open sandboxFocus

LogRecordInfo Constructor

LogRecordInfo(LogRecordKind, LoggingOptions, Int64)

Initializes a LogRecordInfo.

Declaration
public LogRecordInfo(LogRecordKind recordKind, LoggingOptions options, long id)
Parameters
Type Name Description
LogRecordKind recordKind

Record kind.

LoggingOptions options

Options.

Int64 id

Unique id of the record, used for caching.