0.0.22 • Published 2 years ago

hbc-log v0.0.22

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago