Click or drag to resize

LoggerBaseWriteLog method

Writes an entry to the log file (or somewhere else), but is not recognised externally. directly; rather, the logger should be called as a viewer in the InfoController.

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

Parameters

message  String
The message text
See also