C# 클래스 GXDLMS.ManufacturerSettings.GXLogWriter

파일 보기 프로젝트 열기: Gurux/Gurux.DLMS.Net

공개 메소드들

메소드 설명
ClearLog ( ) : void

Clear log file.

WriteLog ( string data ) : void

Append data to log file.

WriteLog ( string text, byte value ) : void

메소드 상세

ClearLog() 정적인 공개 메소드

Clear log file.
static public ClearLog ( ) : void
리턴 void

WriteLog() 정적인 공개 메소드

Append data to log file.
static public WriteLog ( string data ) : void
data string
리턴 void

WriteLog() 정적인 공개 메소드

static public WriteLog ( string text, byte value ) : void
text string
value byte
리턴 void