Package com.elvishew.xlog.flattener
-
Interface Summary Interface Description Flattener Deprecated. useFlattener2instead, since 1.6.0Flattener2 The flattener used to flatten log elements(log time milliseconds, level, tag and message) to a single CharSequence. -
Class Summary Class Description ClassicFlattener The classic flattener, flatten the log with pattern ""{d} {l}/{t}: {m}"".DefaultFlattener Simply join the timestamp, log level, tag and message together.PatternFlattener Flatten the log using the format specified by pattern.