Package helium :: Module logger :: Class Logger
[hide private]
[frames] | no frames]

Class Logger

source code

object --+
         |
        Logger

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
SetInterface(self, url) source code
 
SetVerbose(self, v) source code
 
SetTitle(self, title) source code
 
SetSubTitle(self, title) source code
 
SetSummaryTitle(self, title) source code
 
AddSummaryElement(self, tag, value) source code
 
OpenMainContent(self, title="") source code
 
CloseMainContent(self) source code
 
OpenEvent(self, title="") source code
 
SetCustomOutputer(self, type, classname, config=None) source code
 
CloseEvent(self) source code
 
__getattribute__(self, attr)
x.__getattribute__('name') <==> x.name
source code
 
_print(self, kind, *args) source code
 
SetFooterTitle(self, title) source code
 
SetFooterSubTitle(self, subtitle) source code
 
Die(self, title, subtitle, exception) source code
 
WriteToFile(self, filename) source code
 
__str__(self)
str(x)
source code

Inherited from object: __delattr__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__getattribute__(self, attr)

source code 
x.__getattribute__('name') <==> x.name
Overrides: object.__getattribute__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)