gavo.user.logui module¶
An observer doing logging of warnings, infos, errors, etc.
No synchronization takes place; it’s probably not worth sweating this.
-
class
gavo.user.logui.
LoggingUI
(eh, errorName='dcErrors', infoName='dcInfos')[source]¶ Bases:
gavo.base.observer.ObserverBase
-
logLineFormat
= '%(asctime)s [%(levelname)s %(process)s] %(message)s'¶
-