Click or drag to resize

Logger Class

Logger class.
Inheritance Hierarchy
SystemObject
  CADSharpTools.DiagnosticsLogger

Namespace:  CADSharpTools.Diagnostics
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class Logger

The Logger type exposes the following members.

Constructors
  NameDescription
Public methodLogger
Gets the log folder path and creates it if does not exist. Does not catch UnauthorizedAccessExceptions.
Top
Properties
  NameDescription
Public propertyLogsFolder
Gets or sets the log folder.
Top
Methods
  NameDescription
Public methodPrint
Prints a message to the log file.
Public methodPrintEndInfo
Prints the finish time and, optionally, the number of warnings that occurred during processing.
Public methodPrintStartInfo
Print the program name, program version, job start time, and, optionally, the SolidWorks version.
Top
See Also