C# Class Softeq.XToolkit.Common.Logger.ConsoleLogger

Inheritance: ILogger
Afficher le fichier Open project: Softeq/XToolkit.WhiteLabel

Méthodes publiques

Méthode Description
ConsoleLogger ( string category ) : System
Debug ( string message ) : void
Error ( Exception ex ) : void
Error ( string message ) : void
Info ( string message ) : void
Warn ( Exception ex ) : void
Warn ( string message ) : void

Méthodes protégées

Méthode Description
WriteMessage ( Exception ex ) : void
WriteMessage ( string message ) : void

Method Details

ConsoleLogger() public méthode

public ConsoleLogger ( string category ) : System
category string
Résultat System

Debug() public méthode

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

Error() public méthode

public Error ( Exception ex ) : void
ex Exception
Résultat void

Error() public méthode

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

Info() public méthode

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

Warn() public méthode

public Warn ( Exception ex ) : void
ex Exception
Résultat void

Warn() public méthode

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

WriteMessage() protected méthode

protected WriteMessage ( Exception ex ) : void
ex Exception
Résultat void

WriteMessage() protected méthode

protected WriteMessage ( string message ) : void
message string
Résultat void