Class DebugLogExporter.DebugExporterConfiguration
- java.lang.Object
-
- io.camunda.zeebe.broker.exporter.debug.DebugLogExporter.DebugExporterConfiguration
-
- Enclosing class:
- DebugLogExporter
public static class DebugLogExporter.DebugExporterConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description DebugExporterConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPrettyPrint()voidsetLogLevel(String logLevel)voidsetPrettyPrint(boolean prettyPrint)
-
-
-
Method Detail
-
setLogLevel
public void setLogLevel(String logLevel)
-
isPrettyPrint
public boolean isPrettyPrint()
-
setPrettyPrint
public void setPrettyPrint(boolean prettyPrint)
-
-