Interface MaskingFormatter


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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    format(String source)
    Format a given string.
  • Field Details

  • Method Details

    • format

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