Package rrlog :: Module xmlrpc
[hide private]
[frames] | no frames]

Module xmlrpc

source code


Author: Ruben Reifenberg

Classes [hide private]
  XMLRPCLogException
  XMLRPCConnectionException
Logging went wrong because of a connection issue.
  XMLRPCServerException
Logging went wrong because the server had a problem.
  LogServerProxy
First method call must be addClient, since this establishes the server connection.
Functions [hide private]
 
loglog(msg, cat='')
Deactivated, activate for debugging only.
source code
 
connect(host, ports) source code
 
createClientLog(host, ports, errorHandler=None, traceOffset=0, stackMax=5, extractStack=True, seFilesExclude=None)
convenience method
source code
Function Details [hide private]

loglog(msg, cat='')

source code 

Deactivated, activate for debugging only. Here does the log logging itself.