Releases: JackieDo/Laravel-Log-Reader
Releases · JackieDo/Laravel-Log-Reader
Upgrade features.
2.1.1
2.1.0
2.0.9
2.0.8
Update
- Upgrade the Log Parser.
- Refactor results returned from the Log Parser.
- Use the
context
attribute of the log entry instead of theheader
attribute. - Use the
stack_traces
attribute of the log entry instead of thestack
attribute. - Use the
markAsRead()
method instead of themarkRead()
method. - Use the
withRead()
method instead of theincludeRead()
method.
New
- Enable set the Log Parser by user.