2018-01-24 20:16:06 +01:00
|
|
|
console.timeEnd: default, {NUMBER}
|
|
|
|
console.timeEnd: abcd, {NUMBER}
|
2024-08-14 20:41:00 +02:00
|
|
|
console.timeLog: Timer 'a' does not exist
|
|
|
|
console.timeEnd: Timer 'a' does not exist
|
|
|
|
console.timeEnd: a, {NUMBER}
|
2018-01-24 20:16:06 +01:00
|
|
|
console.timeEnd: a, {NUMBER}
|
2024-08-14 20:41:00 +02:00
|
|
|
console.time: Timer 'b' already exists
|
|
|
|
console.timeEnd: b, {NUMBER}
|
|
|
|
console.timeLog: ab, {NUMBER}
|
|
|
|
console.timeEnd: ab, {NUMBER}
|
|
|
|
console.timeStamp: stamp it baby!, {NUMBER}
|
2018-01-24 20:16:06 +01:00
|
|
|
log more
|
|
|
|
console.warn: warn 2
|
|
|
|
console.debug: debug
|
|
|
|
console.info: info
|
2024-08-14 20:41:00 +02:00
|
|
|
console.info: *%(basename)s:34: Error: exception
|
2018-01-24 20:16:06 +01:00
|
|
|
console.info({ toString: () => {throw new Error("exception");} })
|
|
|
|
^
|
|
|
|
Error: exception
|
2024-08-14 20:41:00 +02:00
|
|
|
at Object.toString (*%(basename)s:34:39)
|
2018-01-24 20:16:06 +01:00
|
|
|
at console.info (<anonymous>)
|
2024-08-14 20:41:00 +02:00
|
|
|
at *%(basename)s:34:9
|
2018-01-24 16:51:40 -08:00
|
|
|
|