summaryrefslogtreecommitdiff
path: root/lib/console.js
AgeCommit message (Expand)AuthorFilesLines
2013-08-01src: Replace macros with util functionsisaacs1-1/+1
2013-07-24lib: macro-ify type checksBen Noordhuis1-1/+1
2013-03-12console: `console.dir()` bypasses inspect() methodsNathan Rajlich1-1/+1
2013-01-18console: Support formatting options in trace()isaacs1-2/+2
2012-08-24console: refactor the console module to be reusableNathan Rajlich1-17/+48
2012-04-29console: throw when no such label exists in `console.timeEnd`Maciej MaƂecki1-1/+5
2011-10-18Fixes #1860. Remove process.writeErrorRyan Dahl1-2/+1
2011-10-11Remove tty_legacyRyan Dahl1-1/+1
2011-07-30util: add sprintf-like format() functionBen Noordhuis1-40/+4
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-01-27Another fix for process.assertRyan Dahl1-1/+1
2010-12-30use util.inspect to format objects and arrays printed to the consoleSami Samhuri1-5/+11
2010-12-01more lintRyan Dahl1-10/+10
2010-11-30Lazy load console objectRyan Dahl1-0/+83