C# Class Microsoft.NET.HostModel.Bundle.Trace

Tracing utilities for diagnostic output
Afficher le fichier Open project: mikedn/runtime

Méthodes publiques

Méthode Description
Error ( string type, string message ) : void
Log ( string fmt ) : void
Trace ( bool verbose ) : System

Method Details

Error() public méthode

public Error ( string type, string message ) : void
type string
message string
Résultat void

Log() public méthode

public Log ( string fmt ) : void
fmt string
Résultat void

Trace() public méthode

public Trace ( bool verbose ) : System
verbose bool
Résultat System