Click or drag to resize
TaskPerformerBase.LogLine 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: System.String
Line to log
source
Type: System.String
Source description of the line
See Also