Interface StackTraceFormatter

  • All Superinterfaces:
    Formatter<java.lang.StackTraceElement[]>
    All Known Implementing Classes:
    DefaultStackTraceFormatter

    public interface StackTraceFormatter
    extends Formatter<java.lang.StackTraceElement[]>
    The stack trace formatter used to format the stack trace when logging.
    • Method Summary

      • Methods inherited from interface com.elvishew.xlog.formatter.Formatter

        format