Features - Pixxet/Laravel-Log-Reader GitHub Wiki
- Allows using with Facade or using dependency injection (version 2.x only).
- Working via Artisan CLI.
- Manage the log files (list, delete).
- Manage all the log entries (paging for reading, sorting entries, count total, delete, mark as read).
- Filter the log entries (by the log file, environment, level).
- Access one log entry (to get its attribute, delete, mark as read).
- Allows to use your own log parser.