Interface ThrowableFormatter

  • All Superinterfaces:
    Formatter<java.lang.Throwable>
    All Known Implementing Classes:
    DefaultThrowableFormatter

    public interface ThrowableFormatter
    extends Formatter<java.lang.Throwable>
    The throwable formatter used to format the throwable when log a message with throwable.
    • Method Summary

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

        format