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.8.0.0 (5.8.21.0208)
Syntaxprotected void LogLineToApplicationOutput(
	string lineToLog,
	string source
)
Protected Sub LogLineToApplicationOutput ( 
	lineToLog As String,
	source As String
)
Parameters
- lineToLog
 - Type: SystemString
Line to log. - source
 - Type: SystemString
Source of the message 
See Also