We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Not all goes to Console View when app finishes.
Example (coffeescript)
util = require('util') console = require('console') log5node = require('./lib/log5node') debuglogger = log5node.getCreateLogger('debug') util.debug util.inspect debuglogger console.log "App debugged\n" debuglogger.log "App debugged\n"
In this snippet debuglogger gets undefined value. In command line there is error, that is not displayed in Console View
debuglogger
undefined
TypeError: Cannot call method 'log' of undefined at Object. (D:\Workspaces\workspace
Not all goes to Console View when app finishes.
Example (coffeescript)
In this snippet
debugloggergetsundefinedvalue.In command line there is error, that is not displayed in Console View
TypeError: Cannot call method 'log' of undefined
at Object. (D:\Workspaces\workspace