C# 클래스 j64.AlarmServer.MyLogger

파일 보기 프로젝트 열기: joejarvis64/j64.AlarmServer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MyLogger System

공개 메소드들

메소드 설명
ExMsg ( Exception ex ) : string
LogDebug ( string msg ) : void
LogError ( string msg ) : void
LogInfo ( string msg ) : void

비공개 메소드들

메소드 설명
MyLogger ( ) : System

메소드 상세

ExMsg() 공개 정적인 메소드

public static ExMsg ( Exception ex ) : string
ex System.Exception
리턴 string

LogDebug() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

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

LogInfo() 공개 정적인 메소드

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