C# 클래스 TempestShared.ErrorLog

파일 보기 프로젝트 열기: pajlada/TempestNotifier

공개 메소드들

메소드 설명
ErrorLog ( ) : System
ErrorLog ( string logPath ) : System
LogError ( Exception exception ) : string

Logs exception information to the assigned log file.

비공개 메소드들

메소드 설명
GetExceptionStack ( Exception e ) : string

메소드 상세

ErrorLog() 공개 메소드

public ErrorLog ( ) : System
리턴 System

ErrorLog() 공개 메소드

public ErrorLog ( string logPath ) : System
logPath string
리턴 System

LogError() 공개 메소드

Logs exception information to the assigned log file.
public LogError ( Exception exception ) : string
exception System.Exception Exception to log.
리턴 string