Click or drag to resize

LoggerBaseHandleInfo method

Callback for logging the message: is created by the responsible InfoController provided that you have registered in advance.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public abstract void HandleInfo(
	
	Object? sender,
	
	InfoArgs msgArgs
)

Parameters

sender  Object
The InfoController
msgArgs  InfoArgs
The message with text, type and timestamp

Implemented

InfoViewerHandleInfo(Object, InfoArgs)
See also