C# 클래스 SebWindowsClient.DiagnosticsUtils.Logger

Manage logging of events.
파일 보기 프로젝트 열기: SafeExamBrowser/seb-win

Private Properties

프로퍼티 타입 설명
Log void

공개 메소드들

메소드 설명
AddError ( string message, object eventSource, Exception exception, string details = null ) : void
AddInformation ( string message, object eventSource = null, Exception exception = null, string details = null ) : void
AddWarning ( string message, object eventSource, Exception exception = null, string details = null ) : void
InitLogger ( string logFileDirectory = null, string logFilePath = null ) : void

비공개 메소드들

메소드 설명
Log ( Severity severity, string message, object eventSource, Exception exception, string details = null ) : void

메소드 상세

AddError() 공개 정적인 메소드

public static AddError ( string message, object eventSource, Exception exception, string details = null ) : void
message string
eventSource object
exception System.Exception
details string
리턴 void

AddInformation() 공개 정적인 메소드

public static AddInformation ( string message, object eventSource = null, Exception exception = null, string details = null ) : void
message string
eventSource object
exception System.Exception
details string
리턴 void

AddWarning() 공개 정적인 메소드

public static AddWarning ( string message, object eventSource, Exception exception = null, string details = null ) : void
message string
eventSource object
exception System.Exception
details string
리턴 void

InitLogger() 공개 정적인 메소드

public static InitLogger ( string logFileDirectory = null, string logFilePath = null ) : void
logFileDirectory string
logFilePath string
리턴 void