# logs **Repository Path**: anycodes_admin/logs ## Basic Information - **Project Name**: logs - **Description**: 日志查询功能 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-29 - **Last Updated**: 2021-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 帮助文档 通过该组件,可以实现日志查询功能 ## 参数 | 参数 | 必填 | 类型 | 取值 | 描述 | 备注 | | ---- | ---- | ---- | ---- | ---- | ---- | | region | true | string | cn-beijing、cn-hangzhou、cn-shanghai、cn-qingdao、cn-zhangjiakou、cn-huhehaote、cn-shenzhen、cn-chengdu、 cn-hongkong、ap-southeast-1、 ap-southeast-2、ap-southeast-3、 ap-southeast-5、ap-northeast-1、eu-central-1、eu-west-1、us-west-1、us-east-1、ap-south-1 | 地域 | | | logConfig | true | struct | - | 日志仓库 | - | | topic | true | string | - | 日志主题 | - | | query | true | string | - | 查询语句 | - | ### logConfig | 参数 | 必填 | 类型 | 取值 | 描述 | 备注 | | ---- | ---- | ---- | ---- | ---- | ---- | | project | true | string | - | 项目名称 | - | | logstore | true | string | - | 仓库名称 | - | ------- # 其它 组件开发者:项目编译 ```` $ npm i $ npm run build:ts ````