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

显示文件 Open project: dotnet/wpf-test

Public Methods

Method 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 method

abstract public Close ( ) : void
return void

LogComment() abstract public method

abstract public LogComment ( string msg ) : void
msg string
return void

LogResult() abstract public method

abstract public LogResult ( bool passed, string msg ) : void
passed bool
msg string
return void

LogStatus() abstract public method

abstract public LogStatus ( string msg ) : void
msg string
return void

LogToFile() abstract public method

abstract public LogToFile ( string filename ) : void
filename string
return void

LogToFile() abstract public method

abstract public LogToFile ( string filename, Stream stream ) : void
filename string
stream Stream
return void

SetStage() abstract public method

abstract public SetStage ( VariationStage stage ) : void
stage VariationStage
return void