C# Class StatLight.Core.Common.Logging.ConsoleLogger

Inheritance: LoggerBase
Afficher le fichier Open project: staxmanade/StatLight

Méthodes publiques

Méthode Description
ConsoleLogger ( ) : System
ConsoleLogger ( LogChatterLevels logChatterLevel ) : System
ConsoleLogger ( LogChatterLevels logChatterLevel, Settings settings ) : System
Debug ( string message ) : void
Debug ( string message, bool writeNewLine ) : void
Error ( string message ) : void
Information ( string message ) : void
Warning ( string message ) : void

Private Methods

Méthode Description
WrapMessageWithColor ( string message, ConsoleColor color, bool useNewLine ) : void

Method Details

ConsoleLogger() public méthode

public ConsoleLogger ( ) : System
Résultat System

ConsoleLogger() public méthode

public ConsoleLogger ( LogChatterLevels logChatterLevel ) : System
logChatterLevel LogChatterLevels
Résultat System

ConsoleLogger() public méthode

public ConsoleLogger ( LogChatterLevels logChatterLevel, Settings settings ) : System
logChatterLevel LogChatterLevels
settings StatLight.Core.Properties.Settings
Résultat System

Debug() public méthode

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

Debug() public méthode

public Debug ( string message, bool writeNewLine ) : void
message string
writeNewLine bool
Résultat void

Error() public méthode

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

Information() public méthode

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

Warning() public méthode

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