objects.logic.common.logger.logger Class Reference

Generic Logger class. More...

List of all members.

Public Member Functions

def __init__
def log

Static Public Attributes

tuple log = staticmethod(log)


Detailed Description

Generic Logger class.

Any call to log something should be done via this API the current implementation of it just prints the message out to the console

Definition at line 20 of file logger.py.


Member Function Documentation

def objects.logic.common.logger.logger.__init__ (   self  ) 

Definition at line 21 of file logger.py.

00021                       : pass
00022     

Definition at line 23 of file logger.py.

00023                    :
00024         print string
00025         
    log = staticmethod(log)


Member Data Documentation

tuple objects.logic.common.logger.logger.log = staticmethod(log) [static]

Definition at line 26 of file logger.py.


The documentation for this class was generated from the following file:

Generated on Mon Mar 30 00:26:34 2009 for EyeSpy by  doxygen 1.5.8