Skip to content

Commit e9091a5

Browse files
committed
doc: update
1 parent cece9d4 commit e9091a5

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,24 +114,24 @@ Every time a file is rotated one of these events occurs:
114114

115115
### RotateWasSuccessful
116116

117-
`Cesargb\File\Rotate\Events\RotateWasSuccessful`
117+
`Cesargb\LaravelLog\Events\RotateWasSuccessful`
118118

119119
This event will be fired when rotated was successful.
120120

121121
It has two public properties:
122122

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
125125

126126
### RotateHasFailed
127127

128-
`Cesargb\File\Rotate\Handlers\RotativeHandler`
128+
`Cesargb\LaravelLog\Events\RotativeHandler`
129129

130130
This event will be fired when an error occurs while rotated
131131

132132
It has two public properties:
133133

134-
* fileSource: the full path of file to rotate
134+
* filename: the full path of file to rotate
135135
* exception: an object that extends PHP's Exception class.
136136

137137
## About
@@ -150,10 +150,6 @@ composer test
150150

151151
Please see [UPGRADING](UPGRADING.md) for details.
152152

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-
157153
## Contributing
158154

159155
Any contributions are welcome.

0 commit comments

Comments
 (0)