console.out 467 Bytes
Newer Older
1 2 3 4
console.timeEnd: default, {NUMBER}
console.timeEnd: abcd, {NUMBER}
console.timeEnd: b, {NUMBER}
console.timeEnd: a, {NUMBER}
5
log more
6 7 8 9
console.warn: warn 2
console.debug: debug
console.info: info
console.info: *%(basename)s:24: Error: exception
10 11 12
console.info({ toString: () => {throw new Error("exception");} })
                                ^
Error: exception
13
    at Object.toString (*%(basename)s:24:39)
14
    at console.info (<anonymous>)
15 16
    at *%(basename)s:24:9