journal.Diagnostic¶
Module Contents¶
-
class
journal.Diagnostic.Diagnostic(name, **kwds)¶ Encapsulation of the message recording behavior of channels
-
meta¶
-
text¶
-
locator¶
-
stackdepth¶
-
line(self, message='')¶ Add {message} to the diagnostic text
-
log(self, message=None, stackdepth=0)¶ Add the optional {message} to my text and make a journal entry
-