Method | Description | |
---|---|---|
Debug ( object message ) : void | ||
Debug ( object message, |
||
DebugFormat ( IFormatProvider provider, string format ) : void | ||
DebugFormat ( string format ) : void | ||
DebugFormat ( string format, object arg0 ) : void | ||
DebugFormat ( string format, object arg0, object arg1 ) : void | ||
DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
Error ( object message ) : void | ||
Error ( object message, |
||
ErrorFormat ( IFormatProvider provider, string format ) : void | ||
ErrorFormat ( string format ) : void | ||
ErrorFormat ( string format, object arg0 ) : void | ||
ErrorFormat ( string format, object arg0, object arg1 ) : void | ||
ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
Fatal ( object message ) : void | ||
Fatal ( object message, |
||
FatalFormat ( IFormatProvider provider, string format ) : void | ||
FatalFormat ( string format ) : void | ||
FatalFormat ( string format, object arg0 ) : void | ||
FatalFormat ( string format, object arg0, object arg1 ) : void | ||
FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
Info ( object message ) : void | ||
Info ( object message, |
||
InfoFormat ( IFormatProvider provider, string format ) : void | ||
InfoFormat ( string format ) : void | ||
InfoFormat ( string format, object arg0 ) : void | ||
InfoFormat ( string format, object arg0, object arg1 ) : void | ||
InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
Warn ( object message ) : void | ||
Warn ( object message, |
||
WarnFormat ( IFormatProvider provider, string format ) : void | ||
WarnFormat ( string format ) : void | ||
WarnFormat ( string format, object arg0 ) : void | ||
WarnFormat ( string format, object arg0, object arg1 ) : void | ||
WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void |
public Debug ( object message, |
||
message | object | |
exception | ||
return | void |
public DebugFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | |
format | string | |
return | void |
public DebugFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public DebugFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
return | void |
public Error ( object message, |
||
message | object | |
exception | ||
return | void |
public ErrorFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | |
format | string | |
return | void |
public ErrorFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public ErrorFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
return | void |
public Fatal ( object message, |
||
message | object | |
exception | ||
return | void |
public FatalFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | |
format | string | |
return | void |
public FatalFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public FatalFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
return | void |
public Info ( object message, |
||
message | object | |
exception | ||
return | void |
public InfoFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | |
format | string | |
return | void |
public InfoFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public InfoFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
return | void |
public Warn ( object message, |
||
message | object | |
exception | ||
return | void |
public WarnFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | |
format | string | |
return | void |
public WarnFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public WarnFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
return | void |