Skip to content

Commit df1b7e3

Browse files
committed
update
1 parent f48aaf9 commit df1b7e3

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/FileSizeRotateHandler.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* This file is part of FssPHP Framework.
7+
*
8+
* @link https://github.com/xuey490/project
9+
* @license https://github.com/xuey490/project/blob/main/LICENSE
10+
*
11+
* @Filename: FileSizeRotateHandler.php
12+
* @Date: 2025-12-2
13+
* @Developer: xuey863toy
14+
* @Email: xuey863toy@gmail.com
15+
*/
16+
517
namespace Framework\Log;
618

719
use Monolog\Handler\StreamHandler;

src/LoggerService.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* This file is part of FssPHP Framework.
7+
*
8+
* @link https://github.com/xuey490/project
9+
* @license https://github.com/xuey490/project/blob/main/LICENSE
10+
*
11+
* @Filename: LoggerService.php
12+
* @Date: 2025-12-2
13+
* @Developer: xuey863toy
14+
* @Email: xuey863toy@gmail.com
15+
*/
16+
517
namespace Framework\Log;
618

719
use Monolog\Handler\FilterHandler;

0 commit comments

Comments
 (0)