diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/helium.logger.Logger-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/helium.logger.Logger-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,581 @@ + + + + + helium.logger.Logger + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 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)
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +