Interface JsonFormatter

  • All Superinterfaces:
    Formatter<java.lang.String>
    All Known Implementing Classes:
    DefaultJsonFormatter

    public interface JsonFormatter
    extends Formatter<java.lang.String>
    The JSON formatter used to format the JSON string when log a JSON string.
    • Method Summary

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

        format