C# Class DotNetMasterDemo.PrintingLogAdapter

Inheritance: ILogHandler
Afficher le fichier Open project: sentient-energy/emsw-opendnp3-mirror

Méthodes publiques

Méthode Description
Log ( DNP3.Interface.LogEntry entry ) : void
SetVar ( string source, string varName, int value ) : void

Method Details

Log() public méthode

public Log ( DNP3.Interface.LogEntry entry ) : void
entry DNP3.Interface.LogEntry
Résultat void

SetVar() public méthode

public SetVar ( string source, string varName, int value ) : void
source string
varName string
value int
Résultat void