Home >Web Front-end >JS Tutorial >Introduction to log object acquisition and debug writing in JS_jquery

Introduction to log object acquisition and debug writing in JS_jquery

WBOY
WBOYOriginal
2016-05-16 16:57:411254browse

The example is as follows:

Copy code The code is as follows:

var log = new Logger('** *.js')
if (log.isDebugEnabled()) {
        log.debug('xxxxx');
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn