C# Class GXDLMS.ManufacturerSettings.GXLogWriter

Mostrar archivo Open project: Gurux/Gurux.DLMS.Net

Public Methods

Method Description
ClearLog ( ) : void

Clear log file.

WriteLog ( string data ) : void

Append data to log file.

WriteLog ( string text, byte value ) : void

Method Details

ClearLog() static public method

Clear log file.
static public ClearLog ( ) : void
return void

WriteLog() static public method

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

WriteLog() static public method

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