C# Class ILoveLucene.Loggers.DebugLogger

Inheritance: ILog, Core.Abstractions.ILog
Afficher le fichier Open project: brunomlopes/ILoveLucene

Méthodes publiques

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

Method Details

Debug() public méthode

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

Error() public méthode

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

Error() public méthode

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

Info() public méthode

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

Warn() public méthode

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