Android Log Logger Provider
Provides an implementation of the org.eclipse.keyple.core.util.logging.spi.LoggerProvider interface that creates loggers leveraging the Android native logging framework.
This implementation is intended to standardize the creation of logger instances while
utilizing Android Log for actual logging operations, ensuring compatibility with Android-based
logging systems. 1.0.0Since