Class ClassicFlattener

  • All Implemented Interfaces:
    Flattener, Flattener2

    public class ClassicFlattener
    extends PatternFlattener
    The classic flattener, flatten the log with pattern ""{d} {l}/{t}: {m}"".

    Imagine there is a log, with LogLevel.DEBUG level, "my_tag" tag and "Simple message" message, the flattened log would be: "2016-11-30 13:00:00.000 D/my_tag: Simple message"

    Since:
    1.3.0
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassicFlattener

        public ClassicFlattener()