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

Inheritance: LoggerBase
Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

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

Method Details

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

NullLogger() public méthode

public NullLogger ( )

Warning() public méthode

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