Interface ExceptionLogger
-
- All Known Implementing Classes:
ExceptionLogger.Default
public interface ExceptionLoggerTODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExceptionLogger.Default
-
Field Summary
Fields Modifier and Type Field Description static io.undertow.util.AttachmentKey<ExceptionLogger>EXCEPTION_LOGGER_KEY
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ExceptionLoggerget(io.undertow.server.HttpServerExchange exchange)voidlog(io.undertow.server.HttpServerExchange exchange, java.lang.Throwable exception)
-
-
-
Field Detail
-
EXCEPTION_LOGGER_KEY
static final io.undertow.util.AttachmentKey<ExceptionLogger> EXCEPTION_LOGGER_KEY
-
-
Method Detail
-
log
void log(io.undertow.server.HttpServerExchange exchange, java.lang.Throwable exception)
-
get
static ExceptionLogger get(io.undertow.server.HttpServerExchange exchange)
-
-