Click or drag to resize

Logger(String, Boolean) Constructor

Constructor: takes over logFilePathName and plainMessage, sets regexFilter to "" and calls the next constructor.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public Logger(
	
	string logFilePathName,
	
	bool plainMessage
)

Parameters

logFilePathName  String
Path and name of the log file
plainMessage  Boolean
If true, no additional information is output (default: false).
See also