Click or drag to resize

Logger constructor

List of overloads
 NameDescription of the
Public MethodLogger Parameterless constructor: sets the log file to GetEnvironmentVariable("TEMP") + \ + ProductName + @".log" and calls the next constructor.
Public MethodLogger(Boolean) Constructor: takes over plainMessage, sets the log file to GetEnvironmentVariable("TEMP") + \ + ProductName + @".log" and calls the next constructor.
Public MethodLogger(String) Constructor: takes over logFilePathName, sets plainMessage to false and calls the next constructor.
Public MethodLogger(Boolean, String) Constructor: takes over plainMessage and regexFilter, sets the log file to GetEnvironmentVariable("TEMP") + \ + ProductName + @".log" and calls the next constructor.
Public MethodLogger(String, Boolean) Constructor: takes over logFilePathName and plainMessage, sets regexFilter to "" and calls the next constructor.
Public MethodLogger(String, String, Boolean) Complete constructor.
Back to the top
See also