Logging control and utilities.
Control of logging for SA can be performed from the regular python logging module. The regular dotted module namespace is used, starting at 'sqlalchemy'. For class-level logging, the class name is appended.
The "echo" keyword parameter, available on SQLA _engine.Engine
and _pool.Pool
objects, corresponds to a logger specific to that
instance only.
Class | Identified |
Undocumented |
Variable | rootlogger |
Undocumented |
Class | echo_property |
Undocumented |
Class | InstanceLogger |
A logger adapter (wrapper) for .Identified subclasses. |
Function | _add_default_handler |
Undocumented |
Function | _qual_logger_name_for_cls |
Undocumented |
Function | class_logger |
Undocumented |
Function | instance_logger |
create a logger for an instance that implements .Identified . |
Variable | _logged_classes |
Undocumented |