C# 클래스 ProtoZBuffer.Utils.Logger

파일 보기 프로젝트 열기: CAST-projects/ProtoZBuffer

Private Properties

프로퍼티 타입 설명
Logger log4net

공개 메소드들

메소드 설명
Error ( string message ) : void

Write an error message in the log

Fatal ( string message ) : void

Throw an exception to force the program to stop

Info ( string message ) : void

Write an information message in the log

Warning ( string message ) : void

Write a warning message in the log

비공개 메소드들

메소드 설명
Logger ( ) : log4net

메소드 상세

Error() 공개 정적인 메소드

Write an error message in the log
public static Error ( string message ) : void
message string message
리턴 void

Fatal() 공개 정적인 메소드

Throw an exception to force the program to stop
public static Fatal ( string message ) : void
message string message
리턴 void

Info() 공개 정적인 메소드

Write an information message in the log
public static Info ( string message ) : void
message string message
리턴 void

Warning() 공개 정적인 메소드

Write a warning message in the log
public static Warning ( string message ) : void
message string message
리턴 void