Property | Type | Description | |
---|---|---|---|
Instance |
Property | Type | Description | |
---|---|---|---|
FatalError | void | ||
FatalError | void |
Method | Description | |
---|---|---|
CreateChildLogger ( string name ) : ILogger |
Returns this
|
|
Debug ( string message ) : void |
No-op.
|
|
Debug ( string message, |
No-op.
|
|
DebugFormat ( |
No-op.
|
|
DebugFormat ( |
No-op.
|
|
DebugFormat ( IFormatProvider formatProvider, string format ) : void |
No-op.
|
|
DebugFormat ( string format ) : void |
No-op.
|
|
Error ( string message ) : void |
No-op.
|
|
Error ( string message, |
No-op.
|
|
ErrorFormat ( |
No-op.
|
|
ErrorFormat ( |
No-op.
|
|
ErrorFormat ( IFormatProvider formatProvider, string format ) : void |
No-op.
|
|
ErrorFormat ( string format ) : void |
No-op.
|
|
Fatal ( string message ) : void |
No-op.
|
|
Fatal ( string message, |
No-op.
|
|
FatalFormat ( |
No-op.
|
|
FatalFormat ( |
No-op.
|
|
FatalFormat ( IFormatProvider formatProvider, string format ) : void |
No-op.
|
|
FatalFormat ( string format ) : void |
No-op.
|
|
Info ( string message ) : void |
No-op.
|
|
Info ( string message, |
No-op.
|
|
InfoFormat ( |
No-op.
|
|
InfoFormat ( |
No-op.
|
|
InfoFormat ( IFormatProvider formatProvider, string format ) : void |
No-op.
|
|
InfoFormat ( string format ) : void |
No-op.
|
|
NullLogger ( ) : System |
Creates a new
|
|
Warn ( string message ) : void |
No-op.
|
|
Warn ( string message, |
No-op.
|
|
WarnFormat ( |
No-op.
|
|
WarnFormat ( |
No-op.
|
|
WarnFormat ( IFormatProvider formatProvider, string format ) : void |
No-op.
|
|
WarnFormat ( string format ) : void |
No-op.
|
Method | Description | |
---|---|---|
FatalError ( string message ) : void | ||
FatalError ( string message, |
public CreateChildLogger ( string name ) : ILogger | ||
name | string | Ignored |
return | ILogger |
public Debug ( string message, |
||
message | string | Ignored |
exception | Ignored | |
return | void |
public DebugFormat ( |
||
exception | Ignored | |
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public DebugFormat ( |
||
exception | Ignored | |
format | string | Ignored |
return | void |
public DebugFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public DebugFormat ( string format ) : void | ||
format | string | Ignored |
return | void |
public Error ( string message, |
||
message | string | Ignored |
exception | Ignored | |
return | void |
public ErrorFormat ( |
||
exception | Ignored | |
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public ErrorFormat ( |
||
exception | Ignored | |
format | string | Ignored |
return | void |
public ErrorFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public ErrorFormat ( string format ) : void | ||
format | string | Ignored |
return | void |
public Fatal ( string message, |
||
message | string | Ignored |
exception | Ignored | |
return | void |
public FatalFormat ( |
||
exception | Ignored | |
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public FatalFormat ( |
||
exception | Ignored | |
format | string | Ignored |
return | void |
public FatalFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public FatalFormat ( string format ) : void | ||
format | string | Ignored |
return | void |
public Info ( string message, |
||
message | string | Ignored |
exception | Ignored | |
return | void |
public InfoFormat ( |
||
exception | Ignored | |
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public InfoFormat ( |
||
exception | Ignored | |
format | string | Ignored |
return | void |
public InfoFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public InfoFormat ( string format ) : void | ||
format | string | Ignored |
return | void |
public Warn ( string message, |
||
message | string | Ignored |
exception | Ignored | |
return | void |
public WarnFormat ( |
||
exception | Ignored | |
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public WarnFormat ( |
||
exception | Ignored | |
format | string | Ignored |
return | void |
public WarnFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | Ignored |
format | string | Ignored |
return | void |
public WarnFormat ( string format ) : void | ||
format | string | Ignored |
return | void |