C# Class Microsoft.CodeAnalysis.ThrowingTraceListener

Inheritance: Microsoft.CodeAnalysis.TraceListener
Mostra file Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Methods

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

Method Details

Fail() public method

public Fail ( string message, string detailMessage ) : void
message string
detailMessage string
return void

Write() public method

public Write ( object o ) : void
o object
return void

Write() public method

public Write ( object o, string category ) : void
o object
category string
return void

Write() public method

public Write ( string message ) : void
message string
return void

Write() public method

public Write ( string message, string category ) : void
message string
category string
return void

WriteLine() public method

public WriteLine ( object o ) : void
o object
return void

WriteLine() public method

public WriteLine ( object o, string category ) : void
o object
category string
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void

WriteLine() public method

public WriteLine ( string message, string category ) : void
message string
category string
return void