C# Class HareDu.Logging

Mostra file Open project: ahives/HareDu

Protected Methods

Method Description
LogError ( Exception e ) : void
LogError ( string message ) : void
LogInfo ( string message ) : void
Logging ( ILog logger ) : System

Method Details

LogError() protected method

protected LogError ( Exception e ) : void
e System.Exception
return void

LogError() protected method

protected LogError ( string message ) : void
message string
return void

LogInfo() protected method

protected LogInfo ( string message ) : void
message string
return void

Logging() protected method

protected Logging ( ILog logger ) : System
logger ILog
return System