File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -114,24 +114,24 @@ Every time a file is rotated one of these events occurs:
114
114
115
115
### RotateWasSuccessful
116
116
117
- ` Cesargb\File\Rotate \Events\RotateWasSuccessful `
117
+ ` Cesargb\LaravelLog \Events\RotateWasSuccessful `
118
118
119
119
This event will be fired when rotated was successful.
120
120
121
121
It has two public properties:
122
122
123
- * fileSource : the full path of file to rotate
124
- * fileRotated : the full path of file rotated
123
+ * filename : the full path of file to rotate
124
+ * filenameTarget : the full path of file rotated
125
125
126
126
### RotateHasFailed
127
127
128
- ` Cesargb\File\Rotate\Handlers \RotativeHandler `
128
+ ` Cesargb\LaravelLog\Events \RotativeHandler `
129
129
130
130
This event will be fired when an error occurs while rotated
131
131
132
132
It has two public properties:
133
133
134
- * fileSource : the full path of file to rotate
134
+ * filename : the full path of file to rotate
135
135
* exception: an object that extends PHP's Exception class.
136
136
137
137
## About
@@ -150,10 +150,6 @@ composer test
150
150
151
151
Please see [ UPGRADING] ( UPGRADING.md ) for details.
152
152
153
- ## Knowledge Issues
154
-
155
- * [ #8 ] ( https://github.com/cesargb/laravel-logs-rotate/issues/8 ) While the file is being rotated, any record of another process may be lost.
156
-
157
153
## Contributing
158
154
159
155
Any contributions are welcome.
You can’t perform that action at this time.
0 commit comments