FakeLogRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A single log record tracked by FakeLogger.
public ref class FakeLogRecord
public class FakeLogRecord
type FakeLogRecord = class
Public Class FakeLogRecord
- Inheritance
-
FakeLogRecord
Constructors
FakeLogRecord(LogLevel, EventId, Object, Exception, String, IReadOnlyList<Object>, String, Boolean, DateTimeOffset) |
Initializes a new instance of the FakeLogRecord class. |
Properties
Category |
Gets the optional category of this record. |
Exception |
Gets an optional exception associated with the log record. |
Id |
Gets the ID representing the specific log statement. |
Level |
Gets the level used when producing the log record. |
LevelEnabled |
Gets a value indicating whether the log level was enabled or disabled when this record was collected. |
Message |
Gets the formatted message text for the record. |
Scopes |
Gets the logging scopes active when the log record was created. |
State |
Gets the opaque state supplied by the caller when creating the log record. |
StructuredState |
Gets the opaque state supplied by the caller when creating the log record as a read-only list. |
Timestamp |
Gets the time at which the log record was created. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetStructuredStateValue(String) |
Gets the value of a particular key value pair in the record's structured state. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string representing this object. |