C# 클래스 Secs4Net.DefaultSecsGemLogger

SECS Connector Logger
상속: ISecsGemLogger
파일 보기 프로젝트 열기: mkjeff/secs4net

공개 메소드들

메소드 설명
Debug ( string msg ) : void
Error ( string msg, Exception ex = null ) : void
Info ( string msg ) : void
MessageIn ( SecsMessage msg, int systembyte ) : void
MessageOut ( SecsMessage msg, int systembyte ) : void
Warning ( string msg ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

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

Info() 공개 메소드

public Info ( string msg ) : void
msg string
리턴 void

MessageIn() 공개 메소드

public MessageIn ( SecsMessage msg, int systembyte ) : void
msg SecsMessage
systembyte int
리턴 void

MessageOut() 공개 메소드

public MessageOut ( SecsMessage msg, int systembyte ) : void
msg SecsMessage
systembyte int
리턴 void

Warning() 공개 메소드

public Warning ( string msg ) : void
msg string
리턴 void