C# Class GoogleTestAdapter.Common.LoggerBase

Inheritance: ILogger
Afficher le fichier Open project: csoltenborn/GoogleTestAdapter

Méthodes publiques

Méthode Description
Log ( Severity severity, string message ) : void
LogError ( string message ) : void
LogInfo ( string message ) : void
LogWarning ( string message ) : void

Method Details

Log() public abstract méthode

public abstract Log ( Severity severity, string message ) : void
severity Severity
message string
Résultat void

LogError() public méthode

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

LogInfo() public méthode

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

LogWarning() public méthode

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