Class LoggingJsonProcessor
java.lang.Object
io.quarkus.logging.json.deployment.LoggingJsonProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetUpConsoleFormatter(LoggingJsonRecorder recorder, JsonLogConfig config) setUpFileFormatter(LoggingJsonRecorder recorder, JsonLogConfig config) setUpSyslogFormatter(LoggingJsonRecorder recorder, JsonLogConfig config)
-
Constructor Details
-
LoggingJsonProcessor
public LoggingJsonProcessor()
-
-
Method Details
-
setUpConsoleFormatter
public LogConsoleFormatBuildItem setUpConsoleFormatter(LoggingJsonRecorder recorder, JsonLogConfig config) -
setUpFileFormatter
public LogFileFormatBuildItem setUpFileFormatter(LoggingJsonRecorder recorder, JsonLogConfig config) -
setUpSyslogFormatter
public LogSyslogFormatBuildItem setUpSyslogFormatter(LoggingJsonRecorder recorder, JsonLogConfig config)
-