C# Class DotNetMasterDemo.PrintingLogAdapter

Inheritance: ILogHandler
显示文件 Open project: sentient-energy/emsw-opendnp3-mirror

Public Methods

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

Method Details

Log() public method

public Log ( DNP3.Interface.LogEntry entry ) : void
entry DNP3.Interface.LogEntry
return void

SetVar() public method

public SetVar ( string source, string varName, int value ) : void
source string
varName string
value int
return void