C# Class Spark.DiagnosticsExtensions

Afficher le fichier Open project: spark-shading-language/spark

Méthodes publiques

Méthode Description
Add ( this sink, Severity severity, SourceRange range, string message ) : void
Dump ( this source, IDiagnosticsWriter writer ) : int
Dump ( this source, System writer ) : int
Dump ( this diagnostic, IDiagnosticsWriter writer ) : void
Dump ( this diagnostic, System writer ) : void
Flush ( this collection, System writer ) : int
InsertSink ( this sink ) : IDiagnosticsSink

Method Details

Add() public static méthode

public static Add ( this sink, Severity severity, SourceRange range, string message ) : void
sink this
severity Severity
range SourceRange
message string
Résultat void

Dump() public static méthode

public static Dump ( this source, IDiagnosticsWriter writer ) : int
source this
writer IDiagnosticsWriter
Résultat int

Dump() public static méthode

public static Dump ( this source, System writer ) : int
source this
writer System
Résultat int

Dump() public static méthode

public static Dump ( this diagnostic, IDiagnosticsWriter writer ) : void
diagnostic this
writer IDiagnosticsWriter
Résultat void

Dump() public static méthode

public static Dump ( this diagnostic, System writer ) : void
diagnostic this
writer System
Résultat void

Flush() public static méthode

public static Flush ( this collection, System writer ) : int
collection this
writer System
Résultat int

InsertSink() public static méthode

public static InsertSink ( this sink ) : IDiagnosticsSink
sink this
Résultat IDiagnosticsSink