AndroidLogLoggerProvider

class AndroidLogLoggerProvider : LoggerProvider

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.

Since

1.0.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getLogger(className: String): Logger