warn

Logs a warning message if the logging conditions are met.

Import

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

Usage

1import { Logger } from "@aa-sdk/core";
2
3Logger.warn("Careful...");

Parameters

msg

string The message to log as a warning

args

...any[] Additional parameters to log along with the message