C# Class Gymnastika.Common.Logging.NullLogger

Inheritance: ILogger
Show file Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
IsEnabled ( LogLevel level ) : bool
Log ( LogLevel level, string category, string format ) : void

Private Methods

Method Description
NullLogger ( ) : System

Method Details

IsEnabled() public method

public IsEnabled ( LogLevel level ) : bool
level LogLevel
return bool

Log() public method

public Log ( LogLevel level, string category, string format ) : void
level LogLevel
category string
format string
return void