C# Class Candidate.Core.Logger.ConsoleLogger

Inheritance: ILogger
Afficher le fichier Open project: alexbeletsky/candidate

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Info ( string message ) : void
Success ( string message ) : void
Warning ( string message ) : void

Method Details

Debug() public méthode

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

Info() public méthode

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

Success() public méthode

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

Warning() public méthode

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