pychess.System.Log
index
/home/thomas/Programmering/python/skak/svn/lib/pychess/System/Log.py

 
Modules
       
gobject
os
sys
time

 
Classes
       
gobject.GObject(__builtin__.object)
Log
LogPipe

 
class Log(gobject.GObject)
    
Method resolution order:
Log
gobject.GObject
__builtin__.object

Methods defined here:
__init__(self, logpath)
debug(self, message, task='Default')
error(self, message, task='Default')
log(self, message, task='Default')
warn(self, message, task='Default')

Data and other attributes defined here:
__gtype__ = <GType pychess+System+Log+Log (158436688)>

Methods inherited from gobject.GObject:
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__gobject_init__(...)
__hash__(...)
x.__hash__() <==> hash(x)
__repr__(...)
x.__repr__() <==> repr(x)
chain(...)
connect(...)
connect_after(...)
connect_object(...)
connect_object_after(...)
disconnect(...)
disconnect_by_func(...)
emit(...)
emit_stop_by_name(...)
freeze_notify(...)
get_data(...)
get_property(...)
handler_block(...)
handler_block_by_func(...)
handler_disconnect(...)
handler_is_connected(...)
handler_unblock(...)
handler_unblock_by_func(...)
notify(...)
set_data(...)
set_property(...)
stop_emission(...)
thaw_notify(...)

Data and other attributes inherited from gobject.GObject:
__dict__ = <dictproxy object>
__gdoc__ = 'Object pychess+System+Log+Log\n\nSignals from pych... gint)\n\nSignals from GObject:\n notify (GParam)\n\n'
__grefcount__ = <attribute '__grefcount__' of 'gobject.GObject' objects>
__new__ = <built-in method __new__ of GObjectMeta object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
props = <gobject.GProps object>

 
class LogPipe
     Methods defined here:
__init__(self, to, flag='')
write(self, data)

 
Data
        DEBUG = 0
ERROR = 3
LOG = 1
WARNING = 2
labels = {0: 'Debug', 1: 'Log', 2: 'Warning', 3: 'Error'}
log = <Log object (pychess+System+Log+Log)>
logfile = '~/.pychess.log'