Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
NET
HostModel
Bundle
Trace
C# Class Microsoft.NET.HostModel.Bundle.Trace
Tracing utilities for diagnostic output
Mostrar archivo
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