Package org.owasp.esapi.logging.cleaning
-
Interface Summary Interface Description LogScrubber Contract interface for cleaning log message output. -
Class Summary Class Description CodecLogScrubber Implementation of a LogScrubber which passes strings through a delegate codec with specific character immunity sets.CompositeLogScrubber LogScrubber implementation which performs iterative delegate to an ordered List of LogScrubbers.NewlineLogScrubber LogScrubber implementation which replaces newline and carriage return values.