C# 클래스 Cim.Eap.EapLogger

파일 보기 프로젝트 열기: mkjeff/secs4net 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( object msg ) : void
Error ( Exception ex ) : void
Error ( string msg ) : void
Error ( string msg, Exception ex ) : void
Info ( object msg ) : void
Notice ( string msg ) : void
Warn ( object msg ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( object msg ) : void
msg object
리턴 void

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

public static Error ( string msg ) : void
msg string
리턴 void

Error() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

public static Info ( object msg ) : void
msg object
리턴 void

Notice() 공개 정적인 메소드

public static Notice ( string msg ) : void
msg string
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( object msg ) : void
msg object
리턴 void