AlloyLever

1kb js library contains development debugging, error monitoring and reporting, user problem localization features

v1.0.2 © 2017 AlloyTeam.com

    
        AlloyLever.config({
            cdn:'//s.url.cn/qqun/qun/qqweb/m/qun/confession/js/vconsole.min.js',
            reportUrl: "//a.qq.com",
            reportPrefix: 'abc',
            reportKey: 'msg',
            otherReport: {
                uin: 491862102
            },
            entry:"#entry"
        })

        console.log('this is log content')
        console.info('this is info content')
        console.debug('this is debug content')
        console.warn('this is warn content')
        console.error('this is error content')