Click or drag to resize

Logger(Boolean) Konstruktor

Konstruktor: übernimmt plainMessage, setzt das Logfile auf GetEnvironmentVariable("TEMP") + \ + ProductName + @".log" und ruft den nächsten Konstruktor auf.

Namensraum: NetEti.ApplicationControl
Assembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+acaf81dbf65483efca2a792d55c719cf92119339
Syntax
public Logger(
	bool plainMessage
)

Parameter

plainMessage  Boolean
Bei True werden keine Zusatzinformationen ausgegeben (Default: false).
Siehe auch