Info |
The InfoArgs Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| InfoArgs(Object, InfoType, String) | The parameterised constructor, the message text + message type + timestamp into the properties. | |
| InfoArgs(Object, InfoType, String, String) | The parameterised constructor, the message text + message type + timestamp + thread info into the properties. |
| Name | Description of the | |
|---|---|---|
| LogLevel | The InfoType of the message, e.g.: InfoType.Error. | |
| LogLevelText | Converts an InfoType into its string equivalent, e.g: InfoType.Error in "ERROR". | |
| MessageObject | The message object | |
| ThreadInfos | Information on the current thread. | |
| Timestamp | The timestamp of the message in the format '31.01.2009 12:22:36'. |