Click or drag to resize

LoggerPrintEndInfo Method

Prints the finish time and, optionally, the number of warnings that occurred during processing.

Namespace:  CADSharpTools.Diagnostics
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public void PrintEndInfo(
	bool printWarnings,
	int warnings = 0
)

Parameters

printWarnings
Type: SystemBoolean
warnings (Optional)
Type: SystemInt32
See Also