C# Class Annotations.Test.Framework.Internal.ALogger

Afficher le fichier Open project: dotnet/wpf-test

Méthodes publiques

Méthode Description
Close ( ) : void
LogComment ( string msg ) : void
LogResult ( bool passed, string msg ) : void
LogStatus ( string msg ) : void
LogToFile ( string filename ) : void
LogToFile ( string filename, Stream stream ) : void
SetStage ( VariationStage stage ) : void

Method Details

Close() abstract public méthode

abstract public Close ( ) : void
Résultat void

LogComment() abstract public méthode

abstract public LogComment ( string msg ) : void
msg string
Résultat void

LogResult() abstract public méthode

abstract public LogResult ( bool passed, string msg ) : void
passed bool
msg string
Résultat void

LogStatus() abstract public méthode

abstract public LogStatus ( string msg ) : void
msg string
Résultat void

LogToFile() abstract public méthode

abstract public LogToFile ( string filename ) : void
filename string
Résultat void

LogToFile() abstract public méthode

abstract public LogToFile ( string filename, Stream stream ) : void
filename string
stream Stream
Résultat void

SetStage() abstract public méthode

abstract public SetStage ( VariationStage stage ) : void
stage VariationStage
Résultat void