C# Class AppVeyor.UI.BindinError.BindingErrorTraceListener

Inheritance: System.Diagnostics.DefaultTraceListener
Afficher le fichier Open project: onlyutkarsh/AppVeyorExtension Class Usage Examples

Méthodes publiques

Méthode Description
CloseTrace ( ) : void
SetTrace ( ) : void
SetTrace ( SourceLevels level, TraceOptions options ) : void
Write ( string message ) : void
WriteLine ( string message ) : void

Private Methods

Méthode Description
BindingErrorTraceListener ( ) : System.Diagnostics

Method Details

CloseTrace() public static méthode

public static CloseTrace ( ) : void
Résultat void

SetTrace() public static méthode

public static SetTrace ( ) : void
Résultat void

SetTrace() public static méthode

public static SetTrace ( SourceLevels level, TraceOptions options ) : void
level SourceLevels
options TraceOptions
Résultat void

Write() public méthode

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

WriteLine() public méthode

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