[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- logging.Filterer:
A base class for loggers and handlers which allows them to share
common code.
- logging.Handler:
Handler instances dispatch logging events to specific
destinations.
- logging.StreamHandler:
A handler class which writes logging records, appropriately
formatted, to a stream.
- logging.FileHandler:
A handler class which writes formatted logging records to disk
files.
- logging.handlers.RotatingFileHandler
- logging.handlers.SocketHandler:
A handler class which writes logging records, in pickle format,
to a streaming socket.
- skytools.skylog.LogDBHandler:
Sends log records into PostgreSQL server.
- logging.handlers.DatagramHandler:
A handler class which writes logging records, in pickle format,
to a datagram socket.
- object:
The most base type