Provides logging methods for use in the Debug Console.
var console = require('console');
Log a debug message. The console.dir
function is an alias for this method.
Kind: Static property of console
Access: Public
Log an info message
Kind: Static property of console
Access: Public
Log a warning
Kind: Static property of console
Access: Public
Log an error
Kind: Static property of console
Access: Public
Log a message at the default level, info.
Kind: Static property of console
Access: Public
Log a message that displays all properties of the parameters. This is an alias for and behaves exactly the same as console.debug
.
Kind: Static property of console
Access: Public