-
Notifications
You must be signed in to change notification settings - Fork 2
ErrorLog
Viames Marino edited this page May 5, 2026
·
2 revisions
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.