ErrorLogger Class

Definition

Used to log errors to disk as part of connection logic for debugging or reporting an error concerning connecting to CRM

public ref class ErrorLogger
public class ErrorLogger
type ErrorLogger = class
Public Class ErrorLogger
Inheritance
ErrorLogger

Constructors

ErrorLogger()

Properties

LogfileDirectoryOverride

If Set, the directory requested here is used to set the

Methods

LaunchLogFile()

Loads the log file in Notepad

WriteToFile(Exception)

Writes a Exception to the log file.

Applies to