Package io.quarkus.dev.console
Class CurrentAppExceptionHighlighter
- java.lang.Object
-
- io.quarkus.dev.console.CurrentAppExceptionHighlighter
-
public class CurrentAppExceptionHighlighter extends Object
A bit of a hack, but currently there is no other way to do this. This allows for exceptions to be formatted to be bold/underlined in the console if they are part of the user application, which makes it much easier to see the interesting parts of large stack traces
-
-
Field Summary
Fields Modifier and Type Field Description static BiConsumer<LogRecord,Consumer<LogRecord>>THROWABLE_FORMATTER
-
Constructor Summary
Constructors Constructor Description CurrentAppExceptionHighlighter()
-
-
-
Field Detail
-
THROWABLE_FORMATTER
public static volatile BiConsumer<LogRecord,Consumer<LogRecord>> THROWABLE_FORMATTER
-
-