debug

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

Import

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

Usage

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

Parameters

msg

string The message to log

args

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