Click or drag to resize

InfoArgs class

The total information that is processed and forwarded by the InfoController: Message-Object + Message-Type + Timestamp.
Inheritance hierarchy
SystemObject
  SystemEventArgs
    NetEti.ApplicationControlInfoArgs

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public class InfoArgs : EventArgs

The InfoArgs Type exposes the following members.

Constructors
 NameDescription of the
Public MethodInfoArgs(Object, InfoType, String) The parameterised constructor, the message text + message type + timestamp into the properties.
Public MethodInfoArgs(Object, InfoType, String, String) The parameterised constructor, the message text + message type + timestamp + thread info into the properties.
Back to the top
Properties
 NameDescription of the
Public PropertyLogLevel The InfoType of the message, e.g.: InfoType.Error.
Public PropertyLogLevelText Converts an InfoType into its string equivalent, e.g: InfoType.Error in "ERROR".
Public PropertyMessageObject The message object
Public PropertyThreadInfos Information on the current thread.
Public PropertyTimestamp The timestamp of the message in the format '31.01.2009 12:22:36'.
Back to the top
See also