C# 클래스 Microsoft.CodeAnalysis.ThrowingTraceListener

상속: Microsoft.CodeAnalysis.TraceListener
파일 보기 프로젝트 열기: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

공개 메소드들

메소드 설명
Fail ( string message, string detailMessage ) : void
Write ( object o ) : void
Write ( object o, string category ) : void
Write ( string message ) : void
Write ( string message, string category ) : void
WriteLine ( object o ) : void
WriteLine ( object o, string category ) : void
WriteLine ( string message ) : void
WriteLine ( string message, string category ) : void

메소드 상세

Fail() 공개 메소드

public Fail ( string message, string detailMessage ) : void
message string
detailMessage string
리턴 void

Write() 공개 메소드

public Write ( object o ) : void
o object
리턴 void

Write() 공개 메소드

public Write ( object o, string category ) : void
o object
category string
리턴 void

Write() 공개 메소드

public Write ( string message ) : void
message string
리턴 void

Write() 공개 메소드

public Write ( string message, string category ) : void
message string
category string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( object o ) : void
o object
리턴 void

WriteLine() 공개 메소드

public WriteLine ( object o, string category ) : void
o object
category string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message, string category ) : void
message string
category string
리턴 void