LogMessage Class |
Namespace: Flir.Atlas.Live.Log
public class LogMessage
The LogMessage type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
DateTime |
The date and time the message was logged.
| |
Level |
Log level.
| |
LogDate |
A date string formatted: "yyyy-MM-dd"
| |
LogTime |
A time string formatted: "hh:mm:ss.fff tt"
| |
Message |
The message to log.
|