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

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

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Debug ( string message, bool writeNewLine ) : void
Error ( string message ) : void
Information ( string message ) : void
ShouldLog ( LogChatterLevels checkWith ) : bool
Warning ( string message ) : void

Méthodes protégées

Méthode Description
LoggerBase ( LogChatterLevels logChatterLevel )

Method Details

Debug() public abstract méthode

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

Debug() public abstract méthode

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

Error() public abstract méthode

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

Information() public abstract méthode

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

LoggerBase() protected méthode

protected LoggerBase ( LogChatterLevels logChatterLevel )
logChatterLevel LogChatterLevels

ShouldLog() public méthode

public ShouldLog ( LogChatterLevels checkWith ) : bool
checkWith LogChatterLevels
Résultat bool

Warning() public abstract méthode

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