0.0.22 • Published 6 months ago

hbc-log v0.0.22

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

cclx 日志

发布到npm仓库

npm publish --registry=https://nexus.dyvip.tech/nexus/repository/npm-hbc/

使用方法

   // 日志项目 必填
    project: string;
    // 是否开启 日志打印  优先级高于 level 设置false 都不会打印
    enable?: boolean;
    // 日志来源 
    source: 'android' | 'ios' | 'h5' | 'miniapp' | 'pc';
    // 日志级别 
    level?: 'debug' | 'info' | 'warn' | 'error' | 'api';
    // 日志基础内容
    base?: any,

Logger.init({
            project: 'test',
            enable: false,
            source: 'web',
        })
0.0.22

6 months ago

0.0.21

6 months ago

0.0.20

6 months ago

0.0.19

6 months ago

0.0.18

6 months ago

0.0.17

6 months ago

0.0.16

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago