info

Logs an informational message to the console if the logging level is set to INFO.

Import

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

Usage

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

Parameters

msg

string the message to log

args

...any[] additional arguments to log alongside the message