Class ExceptionFormat

java.lang.Object
io.dropwizard.logging.json.layout.ExceptionFormat

public class ExceptionFormat extends Object
Since:
2.0
  • Constructor Details

    • ExceptionFormat

      public ExceptionFormat()
  • Method Details

    • isRootFirst

      public boolean isRootFirst()
    • setRootFirst

      public void setRootFirst(boolean rootFirst)
    • getDepth

      public String getDepth()
    • setDepth

      public void setDepth(String depth)
    • getEvaluators

      public List<String> getEvaluators()
    • setEvaluators

      public void setEvaluators(List<String> evaluators)