Метод | Описание | |
---|---|---|
Debug ( object message ) : void | ||
Debug ( object message, |
||
DebugFormat ( string format ) : void | ||
Error ( object message ) : void | ||
Error ( object message, |
||
ErrorFormat ( string format ) : void | ||
Fatal ( object message ) : void | ||
Fatal ( object message, |
||
Info ( object message ) : void | ||
Info ( object message, |
||
InfoFormat ( string format ) : void | ||
Log4NetLogger ( object logger ) : System | ||
Warn ( object message ) : void | ||
Warn ( object message, |
||
WarnFormat ( string format ) : void |
Метод | Описание | |
---|---|---|
GetMethodCallForMessage ( string methodName ) : object>.Action | ||
GetMethodCallForMessageException ( string methodName ) : Action | ||
GetMethodCallForMessageFormat ( string methodName ) : Action | ||
GetPropertyGetter ( string propertyName ) : bool>.Func | ||
Log4NetLogger ( ) : System |
public Debug ( object message, |
||
message | object | |
exception | ||
Результат | void |
public DebugFormat ( string format ) : void | ||
format | string | |
Результат | void |
public Error ( object message, |
||
message | object | |
exception | ||
Результат | void |
public ErrorFormat ( string format ) : void | ||
format | string | |
Результат | void |
public Fatal ( object message, |
||
message | object | |
exception | ||
Результат | void |
public Info ( object message, |
||
message | object | |
exception | ||
Результат | void |
public InfoFormat ( string format ) : void | ||
format | string | |
Результат | void |
public Log4NetLogger ( object logger ) : System | ||
logger | object | |
Результат | System |
public Warn ( object message, |
||
message | object | |
exception | ||
Результат | void |
public WarnFormat ( string format ) : void | ||
format | string | |
Результат | void |