__construct() __construct(\think\App $app, mixed $config = []) : mixed Parameters \think\App $app mixed $config Returns mixed —
write() write(array $message, string $destination) : bool 日志写入 Parameters array $message 日志信息 string $destination 日志文件 Returns bool —
getApartLevelFile() getApartLevelFile(string $path, string $type) : string 获取独立日志文件名 Parameters string $path 日志目录 string $type 日志类型 Returns string —
checkLogSize() checkLogSize(string $destination) : void 检查日志文件大小并自动生成备份文件 Parameters string $destination 日志文件