| 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.1.0.0 (5.1.0)
Syntaxpublic delegate void ApplicationOutputLogLineCallBack(
	string lineToLog,
	string source,
	bool isVerboseMessage,
	bool appendNewLine,
	params Object[] args
)
Public Delegate Sub ApplicationOutputLogLineCallBack ( 
	lineToLog As String,
	source As String,
	isVerboseMessage As Boolean,
	appendNewLine As Boolean,
	ParamArray args As Object()
)
Parameters
- lineToLog
 - Type: SystemString
 - source
 - Type: SystemString
 - isVerboseMessage
 - Type: SystemBoolean
 - appendNewLine
 - Type: SystemBoolean
 - args
 - Type: SystemObject
 
See Also