Skip to content

debug

Logs a debug message to the console if the log level allows it.

Import

import { Logger } from "@aa-sdk/core";

Usage

import { Logger } from "@aa-sdk/core";
 
Logger.debug("Something is happening");

Parameters

msg

string The message to log

args

...any[] Additional arguments to pass to the console.debug method