write() write(array $message, string $destination) : boolean 日志写入 Parameters array $message 日志信息 string $destination 日志文件 Returns boolean
getApartLevelFile() getApartLevelFile(string $path, string $type) : string 获取独立日志文件名 Parameters string $path 日志目录 string $type 日志类型 Returns string
checkLogSize() checkLogSize(string $destination) : void 检查日志文件大小并自动生成备份文件 Parameters string $destination 日志文件