C# 클래스 MemcachedClientLibrary.LogAdapter

파일 보기 프로젝트 열기: noear/Weed3

공개 메소드들

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

비공개 메소드들

메소드 설명
LogAdapter ( Type type ) : System
LogAdapter ( string name ) : System

메소드 상세

Debug() 공개 메소드

public Debug ( string message ) : void
message string
리턴 void

Debug() 공개 메소드

public Debug ( string message, Exception e ) : void
message string
e System.Exception
리턴 void

Error() 공개 메소드

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

Error() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( string message ) : void
message string
리턴 void

Fatal() 공개 메소드

public Fatal ( string message, Exception e ) : void
message string
e System.Exception
리턴 void

GetLogger() 공개 정적인 메소드

public static GetLogger ( Type type ) : LogAdapter
type System.Type
리턴 LogAdapter

GetLogger() 공개 정적인 메소드

public static GetLogger ( string name ) : LogAdapter
name string
리턴 LogAdapter

Info() 공개 메소드

public Info ( string message ) : void
message string
리턴 void

Info() 공개 메소드

public Info ( string message, Exception e ) : void
message string
e System.Exception
리턴 void

Warn() 공개 메소드

public Warn ( string message ) : void
message string
리턴 void

Warn() 공개 메소드

public Warn ( string message, Exception e ) : void
message string
e System.Exception
리턴 void