logger
Provides convenient, internal access to the configured UmamiLogger instance.
This extension property simplifies logging within the library by exposing the logger directly on the Umami object. It retrieves the logger from the centrally managed UmamiOptions. Marked as InternalUmamiApi to indicate it is intended for use only within the Umami library.
Receiver
The Umami instance from which to get the logger.
Return
The UmamiLogger instance configured for this Umami client.