C# 클래스 hobd.Logger

파일 보기 프로젝트 열기: cail/hobd

공개 프로퍼티들

프로퍼티 타입 설명
DUMP bool
ERROR bool
INFO bool
TRACE bool
WARN bool

공개 메소드들

메소드 설명
Init ( string path ) : void
SetLevel ( string logLevel ) : void
dump ( String comp, String msg ) : void
error ( String comp, String msg ) : void
error ( String comp, String msg, Exception e ) : void
info ( String comp, String msg ) : void
info ( String comp, String msg, Exception e ) : void
log ( string level, string comp, string msg, Exception e ) : void
trace ( String msg ) : void
trace ( String comp, String msg ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( string path ) : void
path string
리턴 void

SetLevel() 공개 정적인 메소드

public static SetLevel ( string logLevel ) : void
logLevel string
리턴 void

dump() 공개 정적인 메소드

public static dump ( String comp, String msg ) : void
comp String
msg String
리턴 void

error() 공개 정적인 메소드

public static error ( String comp, String msg ) : void
comp String
msg String
리턴 void

error() 공개 정적인 메소드

public static error ( String comp, String msg, Exception e ) : void
comp String
msg String
e System.Exception
리턴 void

info() 공개 정적인 메소드

public static info ( String comp, String msg ) : void
comp String
msg String
리턴 void

info() 공개 정적인 메소드

public static info ( String comp, String msg, Exception e ) : void
comp String
msg String
e System.Exception
리턴 void

log() 공개 정적인 메소드

public static log ( string level, string comp, string msg, Exception e ) : void
level string
comp string
msg string
e System.Exception
리턴 void

trace() 공개 정적인 메소드

public static trace ( String msg ) : void
msg String
리턴 void

trace() 공개 정적인 메소드

public static trace ( String comp, String msg ) : void
comp String
msg String
리턴 void

프로퍼티 상세

DUMP 공개적으로 정적으로 프로퍼티

public static bool DUMP
리턴 bool

ERROR 공개적으로 정적으로 프로퍼티

public static bool ERROR
리턴 bool

INFO 공개적으로 정적으로 프로퍼티

public static bool INFO
리턴 bool

TRACE 공개적으로 정적으로 프로퍼티

public static bool TRACE
리턴 bool

WARN 공개적으로 정적으로 프로퍼티

public static bool WARN
리턴 bool