Module sanitization

Source
Expand description

Log sanitization for production builds

This module provides utilities for sanitizing sensitive information from log messages in production builds while preserving debugging capabilities in development.

Structs§

LogSanitizer
Log sanitizer for removing sensitive information
SanitizationConfig
Sanitization configuration

Functions§

get_sanitizer
Get the global sanitizer instance
init_sanitizer
Initialize the global sanitizer with custom configuration