CommonLoggingRecordBuilder Properties |
The CommonLoggingRecordBuilder type exposes the following members.
Name | Description | |
---|---|---|
Backend |
Gets the parent back-end.
(Inherited from TextLogRecordBuilder.) | |
BackendOptions |
Shortcut for this.Backend.Options.
(Inherited from TextLogRecordBuilder.) | |
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.
(Inherited from TextLogRecordBuilder.) | |
IsDisposed |
Determines whether the current instance has been disposed.
(Inherited from LogRecordBuilder.) | |
Level |
Gets the LogLevel for the current record.
(Inherited from TextLogRecordBuilder.) | |
MemberName |
Gets the name of the method, property or field for the current record.
(Inherited from TextLogRecordBuilder.) | |
Options |
Gets the LoggingOptions for the current record.
(Inherited from TextLogRecordBuilder.) | |
ParameterPrefix |
Gets prefix used for parameter names.
(Inherited from TextLogRecordBuilder.) | |
Profile |
Gets the LoggingProfile for the current record.
(Inherited from TextLogRecordBuilder.) | |
PropertyPrefix |
Gets prefix used for property names.
(Inherited from TextLogRecordBuilder.) | |
RecordKind |
Gets the kind of the current record (e.g. MethodEntry or MethodException).
(Inherited from LogRecordBuilder.) | |
ReturnItemPrefix |
Gets prefix used for return values.
(Inherited from TextLogRecordBuilder.) | |
SourceLineInfo |
Gets the SourceLineInfo for the current record.
(Inherited from TextLogRecordBuilder.) | |
SourceType | Obsolete.
Gets the source Type of the current record.
(Inherited from TextLogRecordBuilder.) | |
StringBuilder |
Gets the current UnsafeStringBuilder where everything is being appended.
(Inherited from TextLogRecordBuilder.) | |
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.
(Inherited from TextLogRecordBuilder.) |