logger

Logger instance used for debugging and monitoring authentication operations.

Defaults to Logger.logger which provides standard logging capabilities. Can be customized to use application-specific loggers or disable logging for production builds.

Example:

logger = Logger.create("PinAuth").apply {
level = Logger.Level.DEBUG
}