Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.SerializableTimestampLogMessage Class Reference

A specialization of the SerializableLogMessage class that contains a timestamp information. More...

Inheritance diagram for SiliconStudio.BuildEngine.SerializableTimestampLogMessage:
SiliconStudio.Core.Diagnostics.SerializableLogMessage SiliconStudio.Core.Diagnostics.ILogMessage

Public Member Functions

 SerializableTimestampLogMessage ()
 Initializes a new instance of the SerializableTimestampLogMessage class with default values for its properties More...
 
 SerializableTimestampLogMessage (TimestampLocalLogger.Message message)
 Initializes a new instance of the SerializableTimestampLogMessage class from a TimestampLocalLogger.Message instance. More...
 
- Public Member Functions inherited from SiliconStudio.Core.Diagnostics.SerializableLogMessage
 SerializableLogMessage ()
 Initializes a new instance of the SerializableLogMessage class with default values for its properties. More...
 
 SerializableLogMessage (LogMessage message)
 Initializes a new instance of the SerializableLogMessage class from a LogMessage instance. More...
 
 SerializableLogMessage (string module, LogMessageType type, string text, ExceptionInfo exceptionInfo=null)
 Initializes a new instance of the SerializableLogMessage class using the given parameters to set its properties. More...
 
override string ToString ()
 

Properties

long Timestamp [get, set]
 Gets or sets the timestamp of this message. More...
 
- Properties inherited from SiliconStudio.Core.Diagnostics.SerializableLogMessage
string Module [get, set]
 Gets or sets the module. More...
 
LogMessageType Type [get, set]
 Gets or sets the type of this message. More...
 
string Text [get, set]
 Gets or sets the text. More...
 
ExceptionInfo ExceptionInfo [get, set]
 Gets or sets the ExceptionInfo of this message. More...
 
- Properties inherited from SiliconStudio.Core.Diagnostics.ILogMessage
string Module [get, set]
 Gets or sets the module. More...
 
LogMessageType Type [get, set]
 Gets or sets the type of this message. More...
 
string Text [get, set]
 Gets or sets the text. More...
 

Detailed Description

A specialization of the SerializableLogMessage class that contains a timestamp information.

Definition at line 12 of file SerializableTimestampLogMessage.cs.

Constructor & Destructor Documentation

SiliconStudio.BuildEngine.SerializableTimestampLogMessage.SerializableTimestampLogMessage ( )

Initializes a new instance of the SerializableTimestampLogMessage class with default values for its properties

Definition at line 17 of file SerializableTimestampLogMessage.cs.

SiliconStudio.BuildEngine.SerializableTimestampLogMessage.SerializableTimestampLogMessage ( TimestampLocalLogger.Message  message)

Initializes a new instance of the SerializableTimestampLogMessage class from a TimestampLocalLogger.Message instance.

Parameters
messageThe TimestampLocalLogger.Message instance to use to initialize properties.

Definition at line 25 of file SerializableTimestampLogMessage.cs.

Property Documentation

long SiliconStudio.BuildEngine.SerializableTimestampLogMessage.Timestamp
getset

Gets or sets the timestamp of this message.

Definition at line 34 of file SerializableTimestampLogMessage.cs.


The documentation for this class was generated from the following file: