Click or drag to resize
ApplicationOutputLogLineCallBack Delegate
Delegate for logging a line to 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 ApplicationOutputLogLineCallBack(
	string lineToLog,
	string source,
	bool isVerboseMessage,
	bool appendNewLine,
	params Object[] args
)

Parameters

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