C# 클래스 Mono.CSharp.ConsoleReportPrinter

상속: StreamReportPrinter
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
ConsoleReportPrinter ( TextWriter writer ) : System
FriendlyStackTrace ( Exception e ) : string
Print ( AbstractMessage msg ) : void
StackTrace ( ) : void

보호된 메소드들

메소드 설명
FormatText ( string txt ) : string

비공개 메소드들

메소드 설명
ConsoleReportPrinter ( ) : System
FriendlyStackTrace ( StackTrace t ) : string
GetBackground ( string s ) : string
GetForeground ( string s ) : string
NameToCode ( string s ) : int

메소드 상세

ConsoleReportPrinter() 공개 메소드

public ConsoleReportPrinter ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

FormatText() 보호된 메소드

protected FormatText ( string txt ) : string
txt string
리턴 string

FriendlyStackTrace() 공개 정적인 메소드

public static FriendlyStackTrace ( Exception e ) : string
e System.Exception
리턴 string

Print() 공개 메소드

public Print ( AbstractMessage msg ) : void
msg AbstractMessage
리턴 void

StackTrace() 공개 정적인 메소드

public static StackTrace ( ) : void
리턴 void