Package foolscap :: Package logging :: Module web
[hide private]
[frames] | no frames]

Module web

source code

Classes [hide private]
  WebViewerOptions
  Welcome
  Summary
  SummaryView
  EventView
  LogEvent
  Reload
  WebViewer
Variables [hide private]
  FLOG_CSS = '\nspan.NOISY {\n color: #000080;\n}\nspan.OPERATIO...
Variables Details [hide private]

FLOG_CSS

Value:
'''
span.NOISY {
 color: #000080;
}
span.OPERATIONAL {
 color: #000000;
}
span.UNUSUAL {
...