C# Class Secs4Net.DefaultSecsGemLogger

SECS Connector Logger
Inheritance: ISecsGemLogger
Datei anzeigen Open project: mkjeff/secs4net

Public Methods

Method Description
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

Method Details

Debug() public method

public Debug ( string msg ) : void
msg string
return void

Error() public method

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

Info() public method

public Info ( string msg ) : void
msg string
return void

MessageIn() public method

public MessageIn ( SecsMessage msg, int systembyte ) : void
msg SecsMessage
systembyte int
return void

MessageOut() public method

public MessageOut ( SecsMessage msg, int systembyte ) : void
msg SecsMessage
systembyte int
return void

Warning() public method

public Warning ( string msg ) : void
msg string
return void