C# Class Habanero.Faces.Test.Base.HabaneroLoggerStub

Inheritance: IHabaneroLogger
Exibir arquivo Open project: Chillisoft/habanero.faces

Public Methods

Method Description
IsLogging ( LogCategory logCategory ) : bool
Log ( Exception exception ) : void
Log ( string message ) : 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 ) : void
message string
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