C# 클래스 Acp.Logger

파일 보기 프로젝트 열기: nedski/use_canonical_name

공개 프로퍼티들

프로퍼티 타입 설명
LEVEL_DEBUG int
LEVEL_ERROR int
LEVEL_WARN int

공개 메소드들

메소드 설명
Debug ( string text ) : void
Error ( string text ) : void
Error ( string text, Exception ex ) : void
Logger ( ) : System
Logger ( int LogLevel ) : System
Logger ( string SourceName ) : System
Logger ( string SourceName, int LogLevel ) : System
Warn ( string text ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

public Error ( string text, Exception ex ) : void
text string
ex System.Exception
리턴 void

Logger() 공개 메소드

public Logger ( ) : System
리턴 System

Logger() 공개 메소드

public Logger ( int LogLevel ) : System
LogLevel int
리턴 System

Logger() 공개 메소드

public Logger ( string SourceName ) : System
SourceName string
리턴 System

Logger() 공개 메소드

public Logger ( string SourceName, int LogLevel ) : System
SourceName string
LogLevel int
리턴 System

Warn() 공개 메소드

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

프로퍼티 상세

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

public static int LEVEL_DEBUG
리턴 int

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

public static int LEVEL_ERROR
리턴 int

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

public static int LEVEL_WARN
리턴 int