Home > @magiclane/maps-sdk > Logger > info
Logger.info() method
Log an informational message. Info messages provide useful runtime information.
Signature:
static info(message: string, ...args: unknown[]): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
message |
string |
The info message |
|
args |
unknown[] |
Additional arguments to include in the log |
Returns:
void