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 consoleAccess: Public
Log an info message
Kind: Static property of consoleAccess: Public
Log a warning
Kind: Static property of consoleAccess: Public
Log an error
Kind: Static property of consoleAccess: Public
Log a message at the default level, info.
Kind: Static property of consoleAccess: 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 consoleAccess: Public
Copyright 2026 Samsung All rights reserved