Click or drag to resize
PluginBaseLogLineToApplicationOutput Method (String, String)
Logs the line passed in to application output using the settings specified, as a non-verbose message and appends a newline to the line logged

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
protected void LogLineToApplicationOutput(
	string lineToLog,
	string source
)

Parameters

lineToLog
Type: SystemString
Line to log.
source
Type: SystemString
Source of the message
See Also