Method | Description | |
---|---|---|
Debug ( String message ) : void | ||
Debug ( String message, |
||
DebugFormat ( |
||
DebugFormat ( |
||
DebugFormat ( IFormatProvider formatProvider, String format ) : void | ||
DebugFormat ( String format ) : void | ||
Error ( String message ) : void | ||
Error ( String message, |
||
ErrorFormat ( |
||
ErrorFormat ( |
||
ErrorFormat ( IFormatProvider formatProvider, String format ) : void | ||
ErrorFormat ( String format ) : void | ||
Fatal ( String message ) : void | ||
Fatal ( String message, |
||
FatalFormat ( |
||
FatalFormat ( |
||
FatalFormat ( IFormatProvider formatProvider, String format ) : void | ||
FatalFormat ( String format ) : void | ||
Info ( String message ) : void | ||
Info ( String message, |
||
InfoFormat ( |
||
InfoFormat ( |
||
InfoFormat ( IFormatProvider formatProvider, String format ) : void | ||
InfoFormat ( String format ) : void | ||
Stack ( string name ) : IDisposable | ||
Warn ( String message ) : void | ||
Warn ( String message, |
||
WarnFormat ( |
||
WarnFormat ( |
||
WarnFormat ( IFormatProvider formatProvider, String format ) : void | ||
WarnFormat ( String format ) : void |
Method | Description | |
---|---|---|
formatException ( string message, |
public Debug ( String message, |
||
message | String | |
exception | ||
return | void |
public DebugFormat ( |
||
exception | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public DebugFormat ( |
||
exception | ||
format | String | |
return | void |
public DebugFormat ( IFormatProvider formatProvider, String format ) : void | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public Error ( String message, |
||
message | String | |
exception | ||
return | void |
public ErrorFormat ( |
||
exception | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public ErrorFormat ( |
||
exception | ||
format | String | |
return | void |
public ErrorFormat ( IFormatProvider formatProvider, String format ) : void | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public Fatal ( String message, |
||
message | String | |
exception | ||
return | void |
public FatalFormat ( |
||
exception | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public FatalFormat ( |
||
exception | ||
format | String | |
return | void |
public FatalFormat ( IFormatProvider formatProvider, String format ) : void | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public Info ( String message, |
||
message | String | |
exception | ||
return | void |
public InfoFormat ( |
||
exception | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public InfoFormat ( |
||
exception | ||
format | String | |
return | void |
public InfoFormat ( IFormatProvider formatProvider, String format ) : void | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public Warn ( String message, |
||
message | String | |
exception | ||
return | void |
public WarnFormat ( |
||
exception | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |
public WarnFormat ( |
||
exception | ||
format | String | |
return | void |
public WarnFormat ( IFormatProvider formatProvider, String format ) : void | ||
formatProvider | IFormatProvider | |
format | String | |
return | void |