|
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)
Syntaxpublic void PrintEndInfo(
bool printWarnings,
int warnings = 0
)
Public Sub PrintEndInfo (
printWarnings As Boolean,
Optional warnings As Integer = 0
)
Parameters
- printWarnings
- Type: SystemBoolean
- warnings (Optional)
- Type: SystemInt32
See Also