C# Class Secs4Net.DefaultSecsGemLogger

SECS Connector Logger
Inheritance: ISecsGemLogger
Afficher le fichier Open project: mkjeff/secs4net

Méthodes publiques

Méthode 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 méthode

public Debug ( string msg ) : void
msg string
Résultat void

Error() public méthode

public Error ( string msg, Exception ex = null ) : void
msg string
ex System.Exception
Résultat void

Info() public méthode

public Info ( string msg ) : void
msg string
Résultat void

MessageIn() public méthode

public MessageIn ( SecsMessage msg, int systembyte ) : void
msg SecsMessage
systembyte int
Résultat void

MessageOut() public méthode

public MessageOut ( SecsMessage msg, int systembyte ) : void
msg SecsMessage
systembyte int
Résultat void

Warning() public méthode

public Warning ( string msg ) : void
msg string
Résultat void