Method | Description | |
---|---|---|
DisplayErrorMessage ( string input ) : void |
Function is used to display error message on console
|
|
LogErrorToTextFile ( string filePath, string errorMessage ) : void |
This function logs error message to specified text file
|
public static DisplayErrorMessage ( string input ) : void | ||
input | string | Message to display |
return | void |
public static LogErrorToTextFile ( string filePath, string errorMessage ) : void | ||
filePath | string | Full path of error file |
errorMessage | string | Error message to be logged |
return | void |