TaskPerformerBaseLogLine Method (String, String) | 
 
            Logs the line in LineToLog in the output window, no verbose specification, which means that the line is logged
            even when the verbose checkbox is disabled. Always appends a newline.
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic void LogLine(
	string lineToLog,
	string source
)
Public Sub LogLine ( 
	lineToLog As String,
	source As String
)
Parameters
- lineToLog
 - Type: SystemString
Line to log - source
 - Type: SystemString
Source description of the line 
See Also