Skip to content

ErrorLog

Viames Marino edited this page May 5, 2026 · 2 revisions

Pair framework: ErrorLog

Pair\Models\ErrorLog is a backward-compatible alias of LogEvent.

New framework code should use Pair\Models\LogEvent and the log_events table. The alias exists so older Pair applications that type-hint or instantiate ErrorLog keep working after the table rename.

See also: LogEvent, Logger, DatabaseLogWriter.

Clone this wiki locally