C# Class Habanero.Testability.Helpers.HabaneroLoggerStub

Basically just a logger that stubs out all methods.
Inheritance: IHabaneroLogger
Show file Open project: Chillisoft/habanero.testability

Public Methods

Method Description
IsLogging ( LogCategory logCategory ) : bool
Log ( Exception exception ) : void
Log ( string message, Exception exception ) : void
Log ( string message, Exception exception, LogCategory logCategory ) : void
Log ( string message, LogCategory logCategory ) : void

Method Details

IsLogging() public method

public IsLogging ( LogCategory logCategory ) : bool
logCategory LogCategory
return bool

Log() public method

public Log ( Exception exception ) : void
exception System.Exception
return void

Log() public method

public Log ( string message, Exception exception ) : void
message string
exception System.Exception
return void

Log() public method

public Log ( string message, Exception exception, LogCategory logCategory ) : void
message string
exception System.Exception
logCategory LogCategory
return void

Log() public method

public Log ( string message, LogCategory logCategory ) : void
message string
logCategory LogCategory
return void