Package org.owasp.esapi.logging.cleaning
Interface LogScrubber
-
- All Known Implementing Classes:
CodecLogScrubber,CompositeLogScrubber,NewlineLogScrubber
public interface LogScrubberContract interface for cleaning log message output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcleanMessage(java.lang.String message)Updates the given message to account for restrictions for this implementation and returns the result.
-