Interface MaskingFormatter


  • public interface MaskingFormatter
    A plugin used to mask a log String, for example security information like password or passphrase.
    • Method Detail

      • format

        String format​(String source)
        Format a given string.
        Parameters:
        source - the source string
        Returns:
        formatted string