Click or drag to resize

LogSetLogWriteLineCallback Method

Set the callback method that gets called for each log entry.

Namespace:  Nova
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void SetLogWriteLineCallback(
	Action<string, string> callback
)

Parameters

callback
Type: SystemActionString, String
A method that accepts a message to be logged, and a tooltip to be displayed for the message.
See Also