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

Tracing utilities for diagnostic output
显示文件 Open project: mikedn/runtime

Public Methods

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

Method Details

Error() public method

public Error ( string type, string message ) : void
type string
message string
return void

Log() public method

public Log ( string fmt ) : void
fmt string
return void

Trace() public method

public Trace ( bool verbose ) : System
verbose bool
return System