C# 클래스 Microsoft.Legal.MatterCenter.Common.ErrorLogger

A class for logging error information into error file
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
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

메소드 상세

DisplayErrorMessage() 공개 정적인 메소드

Function is used to display error message on console
public static DisplayErrorMessage ( string input ) : void
input string Message to display
리턴 void

LogErrorToTextFile() 공개 정적인 메소드

This function logs error message to specified text file
public static LogErrorToTextFile ( string filePath, string errorMessage ) : void
filePath string Full path of error file
errorMessage string Error message to be logged
리턴 void