TimestampLocalLogger.Message Struct
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
A structure describing a log message associated with a timestamp.
public struct Message
Name | Description | |
---|---|---|
Constructors | ||
Message(Int64, ILogMessage) | Initializes a new instance of the TimestampLocalLogger.Message struct. |
|
Fields | ||
LogMessage | The log message. |
|
Timestamp | The timestamp associated to the log message. |
Constructors
Message(Int64, ILogMessage)
Initializes a new instance of the TimestampLocalLogger.Message struct.
public Message(long timestamp, ILogMessage logMessage)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | timestamp | The timestamp associated to the log message. |
ILogMessage | logMessage | The log message. |
Fields
LogMessage
The log message.
public ILogMessage LogMessage
Field Value
Type | Description |
---|---|
ILogMessage |
Timestamp
The timestamp associated to the log message.
public long Timestamp
Field Value
Type | Description |
---|---|
System.Int64 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()