Provides logging methods for use in the Debug Console.
var console = require('console')
import console from 'console'
The following sections describe the available methods within this module. Each section includes a table that lists the parameters for that method, as well as the parameter's type and description.
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
Copyright 2024 Samsung All rights reserved