C# 클래스 iMon.XBMC.Logging

파일 보기 프로젝트 열기: Montellese/xbmc-on-imon

공개 메소드들

메소드 설명
Error ( string message ) : void
Error ( string message, Exception exception ) : void
Error ( string area, string message ) : void
Error ( string area, string message, Exception exception ) : void
Log ( string message ) : void
Log ( string message, Exception exception ) : void
Log ( string area, string message ) : void
Log ( string area, string message, Exception exception ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( string message ) : void
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

Error() 공개 정적인 메소드

public static Error ( string area, string message ) : void
area string
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string area, string message, Exception exception ) : void
area string
message string
exception System.Exception
리턴 void

Log() 공개 정적인 메소드

public static Log ( string message ) : void
message string
리턴 void

Log() 공개 정적인 메소드

public static Log ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

Log() 공개 정적인 메소드

public static Log ( string area, string message ) : void
area string
message string
리턴 void

Log() 공개 정적인 메소드

public static Log ( string area, string message, Exception exception ) : void
area string
message string
exception System.Exception
리턴 void