C# Class SecsDevice.Form1.SecsLogger

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

Private Methods

Méthode Description
SecsLogger ( Form1 form ) : System

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 Secs4Net.SecsMessage
systembyte int
Résultat void

MessageOut() public méthode

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

Warning() public méthode

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