C# 클래스 Annotations.Test.Framework.Internal.ALogger

파일 보기 프로젝트 열기: dotnet/wpf-test

공개 메소드들

메소드 설명
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

메소드 상세

Close() 추상적인 공개 메소드

abstract public Close ( ) : void
리턴 void

LogComment() 추상적인 공개 메소드

abstract public LogComment ( string msg ) : void
msg string
리턴 void

LogResult() 추상적인 공개 메소드

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

LogStatus() 추상적인 공개 메소드

abstract public LogStatus ( string msg ) : void
msg string
리턴 void

LogToFile() 추상적인 공개 메소드

abstract public LogToFile ( string filename ) : void
filename string
리턴 void

LogToFile() 추상적인 공개 메소드

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

SetStage() 추상적인 공개 메소드

abstract public SetStage ( VariationStage stage ) : void
stage VariationStage
리턴 void