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