Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void LogLine(
	string lineToLog,
	string source
)

Parameters

lineToLog
Type: SystemString
Line to log
source
Type: SystemString
Source description of the line
See Also