C# 클래스 Microsoft.NET.HostModel.Bundle.Trace

Tracing utilities for diagnostic output
파일 보기 프로젝트 열기: mikedn/runtime

공개 메소드들

메소드 설명
Error ( string type, string message ) : void
Log ( string fmt ) : void
Trace ( bool verbose ) : System

메소드 상세

Error() 공개 메소드

public Error ( string type, string message ) : void
type string
message string
리턴 void

Log() 공개 메소드

public Log ( string fmt ) : void
fmt string
리턴 void

Trace() 공개 메소드

public Trace ( bool verbose ) : System
verbose bool
리턴 System