DEBUG
Logs all messages including detailed debug information.
This is the most verbose logging level, including all messages from higher levels plus detailed debugging information useful for troubleshooting, development, and comprehensive system analysis.
Message Types
All ERROR and INFO level messages
Detailed method entry and exit information
Certificate parsing and validation steps
Network request details and timing
Cache hit/miss statistics
Cryptographic operation details
Performance metrics and timing data
Use Cases
Development and debugging environments
Troubleshooting complex certificate pinning issues
Performance analysis and optimization
Security research and analysis
Integration testing and validation
Security Warnings
May expose sensitive configuration details
Could reveal system internals and timing information
Not recommended for production environments
Review output carefully for information disclosure
Example Messages
"Processing certificate chain with 3 certificates"
"Cache hit for domain 'api.example.com' (age: 45s)"
"Computed SHA-256 hash: abc123... (32 bytes)"
"HTTP request completed in 234ms (status: 200)"