C# Class MicroLite.Logging.EmptyLog

An implementation of ILog which always returns false for all log levels and all methods are no-op.
Inheritance: ILog
Afficher le fichier Open project: TrevorPilley/MicroLite

Private Properties

Свойство Type Description
EmptyLog System

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
Info ( string message ) : void
Warn ( string message ) : void

Private Methods

Méthode Description
EmptyLog ( ) : System

Method Details

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Fatal() public méthode

public Fatal ( string message ) : void
message string
Résultat void

Fatal() public méthode

public Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void