logger

Logger instance for debugging and monitoring FIDO2 operations.

The logger is used throughout the FIDO2 client to provide detailed information about authentication flows, errors, and performance metrics.

Default: Uses the global Logger.logger instance Options:

  • Logger.CONSOLE for console output

  • Logger.NONE for no logging

  • Custom Logger implementations