C# Class Microsoft.CodeAnalysis.ThrowingTraceListener

Inheritance: Microsoft.CodeAnalysis.TraceListener
Afficher le fichier Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Méthodes publiques

Méthode 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 méthode

public Fail ( string message, string detailMessage ) : void
message string
detailMessage string
Résultat void

Write() public méthode

public Write ( object o ) : void
o object
Résultat void

Write() public méthode

public Write ( object o, string category ) : void
o object
category string
Résultat void

Write() public méthode

public Write ( string message ) : void
message string
Résultat void

Write() public méthode

public Write ( string message, string category ) : void
message string
category string
Résultat void

WriteLine() public méthode

public WriteLine ( object o ) : void
o object
Résultat void

WriteLine() public méthode

public WriteLine ( object o, string category ) : void
o object
category string
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void

WriteLine() public méthode

public WriteLine ( string message, string category ) : void
message string
category string
Résultat void