Свойство | Тип | Описание | |
---|---|---|---|
XMLRPC_VERSION | string |
Метод | Описание | |
---|---|---|
SetLogLevel ( XMLRPC_LOG_LEVEL level ) : void | ||
SetLogLevel ( int level ) : void | ||
error ( string format ) : void | ||
log ( XMLRPC_LOG_LEVEL level, string format ) : void | ||
log ( int level, string format ) : void |
public static SetLogLevel ( XMLRPC_LOG_LEVEL level ) : void | ||
level | XMLRPC_LOG_LEVEL | |
Результат | void |
public static SetLogLevel ( int level ) : void | ||
level | int | |
Результат | void |
public static error ( string format ) : void | ||
format | string | |
Результат | void |
public static log ( XMLRPC_LOG_LEVEL level, string format ) : void | ||
level | XMLRPC_LOG_LEVEL | |
format | string | |
Результат | void |
public static log ( int level, string format ) : void | ||
level | int | |
format | string | |
Результат | void |