Log
Table of Contents
Classes
- DoctrineSqlLogger
- Doctrine SQL Logger implementation for recording queries for the admin panel
- DoctrineSqlLoggingMiddleware
- Wrapper around the Doctrine SQL Driver for logging sql queries
- InMemoryLogWriter
- Log writer that writes the log records into a static public class variable
for InMemory processing. Note this implements SingletonInterface so multiple
calls to this class can accumulate log records in the same instance.
- LoggingConnection
- Part of the Doctrine SQL Logging Driver Adapter
- LoggingDriver
- Part of the Doctrine SQL Logging Driver Adapter
- LoggingStatement
- Part of the Doctrine SQL Logging Driver Adapter