Home > @magiclane/maps-sdk > Logger > error
Logger.error() method
Log an error message. Errors indicate serious problems that require attention.
Signature:
static error(message: string, ...args: unknown[]): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
message |
string |
The error message |
|
args |
unknown[] |
Additional arguments to include in the log |
Returns:
void