C# Class GXDLMS.ManufacturerSettings.GXLogWriter

Afficher le fichier Open project: Gurux/Gurux.DLMS.Net

Méthodes publiques

Méthode 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 méthode

Clear log file.
static public ClearLog ( ) : void
Résultat void

WriteLog() static public méthode

Append data to log file.
static public WriteLog ( string data ) : void
data string
Résultat void

WriteLog() static public méthode

static public WriteLog ( string text, byte value ) : void
text string
value byte
Résultat void