C# 클래스 DotNetMasterDemo.PrintingLogAdapter

상속: ILogHandler
파일 보기 프로젝트 열기: sentient-energy/emsw-opendnp3-mirror

공개 메소드들

메소드 설명
Log ( DNP3.Interface.LogEntry entry ) : void
SetVar ( string source, string varName, int value ) : void

메소드 상세

Log() 공개 메소드

public Log ( DNP3.Interface.LogEntry entry ) : void
entry DNP3.Interface.LogEntry
리턴 void

SetVar() 공개 메소드

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