C# 클래스 MusikNet_Library.Logging

파일 보기 프로젝트 열기: nexus49/grado

공개 메소드들

메소드 설명
Debug ( Type type, string message ) : void
Error ( Type type, Exception ex ) : void
Error ( Type type, Exception ex, string message ) : void
Error ( Type type, string message ) : void
Fatal ( Type type, Exception ex ) : void
Fatal ( Type type, string message ) : void
Info ( Type type, string message ) : void
Warn ( Type type, string message ) : void

비공개 메소드들

메소드 설명
Configlog4net ( ) : void
Logging ( ) : System
getLogger ( Type type ) : log4net.ILog

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( Type type, string message ) : void
type System.Type
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( Type type, Exception ex ) : void
type System.Type
ex System.Exception
리턴 void

Error() 공개 정적인 메소드

public static Error ( Type type, Exception ex, string message ) : void
type System.Type
ex System.Exception
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( Type type, string message ) : void
type System.Type
message string
리턴 void

Fatal() 공개 정적인 메소드

public static Fatal ( Type type, Exception ex ) : void
type System.Type
ex System.Exception
리턴 void

Fatal() 공개 정적인 메소드

public static Fatal ( Type type, string message ) : void
type System.Type
message string
리턴 void

Info() 공개 정적인 메소드

public static Info ( Type type, string message ) : void
type System.Type
message string
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( Type type, string message ) : void
type System.Type
message string
리턴 void