File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ Every time a file is rotated one of these events occurs:
106106
107107### RotateWasSuccessful
108108
109+ ` Cesargb\File\Rotate\Events\RotateWasSuccessful `
110+
109111This event will be fired when rotated was successful.
110112
111113It has two public properties:
@@ -115,6 +117,8 @@ It has two public properties:
115117
116118### RotateIsNotNecessary
117119
120+ ` Cesargb\File\Rotate\Events\RotateIsNotNecessary `
121+
118122If file log not exists or is empty this event will be fired.
119123
120124It has two public properties:
@@ -124,6 +128,8 @@ It has two public properties:
124128
125129### RotateHasFailed
126130
131+ ` Cesargb\File\Rotate\Handlers\RotativeHandler `
132+
127133This event will be fired when something goes wrong while rotated.
128134
129135It has two public properties:
You can’t perform that action at this time.
0 commit comments