DNA_Logger
index
/scisoft/users/svensson/develop/dna/es/src/DNA_Logger.py

#################################################################
#
DNA_Logger.py
#
# Authors: The DNA team, http://www.dna.ac.uk
#
# Version: $Id: DNA_Logger.html,v 1.1 2004/10/22 09:50:55 svensson Exp $
#
#################################################################

 
Modules
       
Queue
XSD
dna_httplib
math
os
pprint
pyxie
re
smtplib
socket
string
sys
threading
time
traceback

 
Classes
       
threading.Thread(threading._Verbose)
DNA_Logger

 
class DNA_Logger(threading.Thread)
    
Method resolution order:
DNA_Logger
threading.Thread
threading._Verbose
__builtin__.object

Methods defined here:
__init__(self, the_es)
forward_dna_message(self, the_dna_message)
get_last_log_lines(self)
run(self)

Methods inherited from threading.Thread:
__repr__(self)
getName(self)
isAlive(self)
isDaemon(self)
join(self, timeout=None)
setDaemon(self, daemonic)
setName(self, name)
start(self)

Data and other attributes inherited from threading._Verbose:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of '_Verbose' objects>
list of weak references to the object (if defined)

 
Data
        Debug = <Debug.Debug instance>
ESConfig = <ESConfig.ESConfig instance>
ESContext = <ESContext.ESContext instance>
XML_utils = <XML_utils.XML_utils instance>