Click or drag to resize

LoggerWriteLog method

Writes an entry to the log file, but is not recognised externally. directly; instead, the logger must be called as a viewer via enter its HandleInfoForLog method in the InfoController.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
protected override void WriteLog(
	
	string message
)

Parameters

message  String
The message text
See also