C# Class EppLib.Debug

Exibir arquivo Open project: CodeMakerInc/EppLib.NET

Public Methods

Method Description
Log ( byte bytes ) : void
Log ( string str ) : void
Setup ( IDebugger debugger ) : void

Method Details

Log() public static method

public static Log ( byte bytes ) : void
bytes byte
return void

Log() public static method

public static Log ( string str ) : void
str string
return void

Setup() public static method

public static Setup ( IDebugger debugger ) : void
debugger IDebugger
return void