C# Class EppLib.Debug

Afficher le fichier Open project: CodeMakerInc/EppLib.NET

Méthodes publiques

Méthode Description
Log ( byte bytes ) : void
Log ( string str ) : void
Setup ( IDebugger debugger ) : void

Method Details

Log() public static méthode

public static Log ( byte bytes ) : void
bytes byte
Résultat void

Log() public static méthode

public static Log ( string str ) : void
str string
Résultat void

Setup() public static méthode

public static Setup ( IDebugger debugger ) : void
debugger IDebugger
Résultat void