Class ExceptionLogger.Default
- java.lang.Object
-
- ch.raffael.meldioc.library.http.server.undertow.handler.ExceptionLogger.Default
-
- All Implemented Interfaces:
ExceptionLogger
- Enclosing interface:
- ExceptionLogger
public static class ExceptionLogger.Default extends java.lang.Object implements ExceptionLogger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.http.server.undertow.handler.ExceptionLogger
ExceptionLogger.Default
-
-
Field Summary
-
Fields inherited from interface ch.raffael.meldioc.library.http.server.undertow.handler.ExceptionLogger
EXCEPTION_LOGGER_KEY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefault()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExceptionLogger.Defaultinstance()voidlog(io.undertow.server.HttpServerExchange exchange, java.lang.Throwable exception)
-
-
-
Method Detail
-
instance
public static ExceptionLogger.Default instance()
-
log
public void log(io.undertow.server.HttpServerExchange exchange, java.lang.Throwable exception)- Specified by:
login interfaceExceptionLogger
-
-