Class ExceptionFormat
- java.lang.Object
-
- io.dropwizard.logging.json.layout.ExceptionFormat
-
public class ExceptionFormat extends Object
- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description ExceptionFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDepth()List<String>getEvaluators()booleanisRootFirst()voidsetDepth(String depth)voidsetEvaluators(List<String> evaluators)voidsetRootFirst(boolean rootFirst)
-