博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Javascript] Log Levels and Semantic Methods
阅读量:4679 次
发布时间:2019-06-09

本文共 582 字,大约阅读时间需要 1 分钟。

Go beyond console.log by learning about log levels, filtering log output and structuring your output to be meaningful and concise. The JavaScript console object offers many methods to make your life easier - start learning them here!

 

console.log("this is console.log message");console.error("this is console.error message");console.warn("this is console.warn message");console.info("this is console.info message");console.debug("this is console.debug message");

 

 

Able to use Chrome dev tool's Filter to filter the console message

 

转载于:https://www.cnblogs.com/Answer1215/p/5491805.html

你可能感兴趣的文章
python笔记
查看>>
昨天用的流量有点多60M
查看>>
kafka中的消费组
查看>>
Golang的channel使用以及并发同步技巧
查看>>
【JDK源码分析】 String.join()方法解析
查看>>
【SICP练习】112 练习3.28
查看>>
python--注释
查看>>
前端资源链接 ...
查看>>
yum install ntp 报错:Error: Package: ntp-4.2.6p5-25.el7.centos.2.x86_64 (base)
查看>>
leetcode-Single Number-136
查看>>
CF715C Digit Tree
查看>>
二分法练习1
查看>>
QT 制作串口调试小助手----(小白篇)
查看>>
前端MVC实践之hellorocket——by张舒彤
查看>>
OptimalSolution(2)--二叉树问题(3)Path路径问题
查看>>
IPC 之 Messenger 的使用
查看>>
爱情八十六课,等得不是爱情
查看>>
企业网站建设流程
查看>>
数据库的显示、创建、使用 、用户授权管理及忘记root用户后重置密码
查看>>
ES5和ES6中的继承 图解
查看>>