Click or drag to resize

InfoArgs(Object, InfoType, String, String) Constructor

The parameterised constructor, the message text + message type + timestamp + thread info into the properties.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public InfoArgs(
	
	Object messageInstance,
	
	InfoType _LogLevel,
	
	string _Timestamp,
	
	string threadInfos
)

Parameters

messageInstance  Object
The sent message object
_LogLevel  InfoType
The message type, e.g: InfoType.Error
_Timestamp  String
Date and time in the format '21/03/2012 12:22:36'
threadInfos  String
Information on the current thread.
See also