Skip to content

info

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

Import

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

Usage

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

Parameters

msg

string the message to log

args

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