Click or drag to resize
LogLineInApplicationOutputCallBack Delegate
Callback delegate for logging output from a task performer in the application output window.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public delegate void LogLineInApplicationOutputCallBack(
	string lineToLog,
	string source,
	bool isVerboseMessage,
	bool appendNewLine
)

Parameters

lineToLog
Type: SystemString
source
Type: SystemString
isVerboseMessage
Type: SystemBoolean
appendNewLine
Type: SystemBoolean
See Also