Свойство | Тип | Описание | |
---|---|---|---|
EnableLog | bool |
Метод | Описание | |
---|---|---|
Log ( object message ) : void | ||
Log ( object message, Object context ) : void | ||
LogError ( object message ) : void | ||
LogError ( object message, Object context ) : void | ||
LogErrorFormat ( Object context, string message ) : void | ||
LogFormat ( Object context, string message ) : void | ||
LogFormat ( string message ) : void | ||
LogWarning ( object message ) : void | ||
LogWarning ( object message, Object context ) : void | ||
LogWarningFormat ( Object context, string message ) : void | ||
LogWarningFormat ( string message ) : void |
public static Log ( object message ) : void | ||
message | object | |
Результат | void |
public static Log ( object message, Object context ) : void | ||
message | object | |
context | Object | |
Результат | void |
public static LogError ( object message ) : void | ||
message | object | |
Результат | void |
public static LogError ( object message, Object context ) : void | ||
message | object | |
context | Object | |
Результат | void |
public static LogErrorFormat ( Object context, string message ) : void | ||
context | Object | |
message | string | |
Результат | void |
public static LogFormat ( Object context, string message ) : void | ||
context | Object | |
message | string | |
Результат | void |
public static LogFormat ( string message ) : void | ||
message | string | |
Результат | void |
public static LogWarning ( object message ) : void | ||
message | object | |
Результат | void |
public static LogWarning ( object message, Object context ) : void | ||
message | object | |
context | Object | |
Результат | void |
public static LogWarningFormat ( Object context, string message ) : void | ||
context | Object | |
message | string | |
Результат | void |
public static LogWarningFormat ( string message ) : void | ||
message | string | |
Результат | void |