3 using SiliconStudio.Core;
4 using SiliconStudio.Core.Diagnostics;
6 namespace SiliconStudio.BuildEngine
28 Timestamp = message.Timestamp;
34 public long Timestamp {
get; set; }
A specialization of the SerializableLogMessage class that contains a timestamp information.
A class that represents a copy of a LogMessage that can be serialized.
SerializableTimestampLogMessage(TimestampLocalLogger.Message message)
Initializes a new instance of the SerializableTimestampLogMessage class from a TimestampLocalLogger.Message instance.
A base log message used by the logging infrastructure.
SerializableTimestampLogMessage()
Initializes a new instance of the SerializableTimestampLogMessage class with default values for its p...
A logger that stores messages locally with their timestamp, useful for internal log scenarios...