C# Class EppLib.SimpleLogger

Inheritance: IDebugger
Mostra file Open project: CodeMakerInc/EppLib.NET

Public Properties

Property Type Description
LogFilename string

Public Methods

Method Description
Log ( byte bytes ) : void
Log ( string str ) : void

Private Methods

Method Description
LogMessageToFile ( string msg ) : void

Method Details

Log() public method

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

Log() public method

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

Property Details

LogFilename public_oe static_oe property

public static string LogFilename
return string