StaticconfigureConfigure the logger settings. Settings are merged with existing configuration.
Partial configuration to apply
StaticdebugLog a debug message. Debug messages are for development and troubleshooting.
The debug message
Additional arguments to include in the log
StaticerrorLog an error message. Errors indicate serious problems that require attention.
The error message
Additional arguments to include in the log
StaticgetGet a copy of the current configuration.
Read-only copy of current logger configuration
StaticinfoLog an informational message. Info messages provide useful runtime information.
The info message
Additional arguments to include in the log
StaticresetReset logger to default configuration. Useful for testing or resetting after temporary changes.
StaticwarnLog a warning message. Warnings indicate potential problems that don't prevent operation.
The warning message
Additional arguments to include in the log
Configurable logger for the Magic Lane Maps SDK.
Provides centralized logging with configurable levels, custom handlers, and optional timestamps. By default, only error messages are logged.
Example