TextLogRecordBuilder Properties |
The TextLogRecordBuilder type exposes the following members.
Name | Description | |
---|---|---|
Backend |
Gets the parent back-end.
| |
BackendOptions |
Shortcut for this.Backend.Options.
| |
Context |
Gets the LoggingContext to which the record belongs.
(Inherited from LogRecordBuilder.) | |
CustomRecordAttributes |
Describes how the LogRecordBuilder will be used, when it is being used to build a custom message or a custom activity.
(Inherited from LogRecordBuilder.) | |
Exception |
Gets the Exception for the current record, or null if no exception
is associated to the current record.
| |
IsDisposed |
Determines whether the current instance has been disposed.
(Inherited from LogRecordBuilder.) | |
Level |
Gets the LogLevel for the current record.
| |
MemberName |
Gets the name of the method, property or field for the current record.
| |
Options |
Gets the LoggingOptions for the current record.
| |
ParameterPrefix |
Gets prefix used for parameter names.
| |
Profile |
Gets the LoggingProfile for the current record.
| |
PropertyPrefix |
Gets prefix used for property names.
| |
RecordKind |
Gets the kind of the current record (e.g. MethodEntry or MethodException).
(Inherited from LogRecordBuilder.) | |
ReturnItemPrefix |
Gets prefix used for return values.
| |
SourceLineInfo |
Gets the SourceLineInfo for the current record.
| |
SourceType | Obsolete.
Gets the source Type of the current record.
| |
StringBuilder |
Gets the current UnsafeStringBuilder where everything is being appended.
| |
SyntheticId |
Gets a cross-process globally unique identifier for the current LoggingContext.
This value is created according to value of the LoggingBackend.Options.SyntheticIdFormatter property.
(Inherited from LogRecordBuilder.) | |
ThreadContext |
Gets the ThreadLoggingContext to which the current LogRecordBuilder belongs.
(Inherited from LogRecordBuilder.) | |
TypeSource |
Gets the LoggingTypeSource for the current record.
|