Property | Type | Description | |
---|---|---|---|
XMLRPC_VERSION | string |
Method | Description | |
---|---|---|
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 | |
return | void |
public static SetLogLevel ( int level ) : void | ||
level | int | |
return | void |
public static log ( XMLRPC_LOG_LEVEL level, string format ) : void | ||
level | XMLRPC_LOG_LEVEL | |
format | string | |
return | void |
public static log ( int level, string format ) : void | ||
level | int | |
format | string | |
return | void |