2017-10-13 07:13:19 +00:00
|
|
|
console.timeEnd: default, {NUMBER}
|
|
|
|
console.timeEnd: abcd, {NUMBER}
|
|
|
|
console.timeEnd: b, {NUMBER}
|
|
|
|
console.timeEnd: a, {NUMBER}
|
2017-10-13 13:05:10 +00:00
|
|
|
log more
|
2017-10-13 07:13:19 +00:00
|
|
|
console.warn: warn 2
|
|
|
|
console.debug: debug
|
|
|
|
console.info: info
|
2022-02-17 14:58:45 +00:00
|
|
|
console.info: *%(basename)s:22: Error: exception
|
2017-04-26 09:48:29 +00:00
|
|
|
console.info({ toString: () => {throw new Error("exception");} })
|
|
|
|
^
|
|
|
|
Error: exception
|
2022-02-17 14:58:45 +00:00
|
|
|
at Object.toString (*%(basename)s:22:39)
|
2017-04-26 09:48:29 +00:00
|
|
|
at console.info (<anonymous>)
|
2022-02-17 14:58:45 +00:00
|
|
|
at *%(basename)s:22:9
|
2017-10-13 07:13:19 +00:00
|
|
|
|