Home > @magiclane/maps-sdk > Logger > warn

Logger.warn() method

Log a warning message. Warnings indicate potential problems that don't prevent operation.

Signature:

static warn(message: string, ...args: unknown[]): void;

Parameters

Parameter

Type

Description

message

string

The warning message

args

unknown[]

Additional arguments to include in the log

Returns:

void