ErrorLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |