Package com.networknt.logging.handler
Class LoggersGetHandler
- java.lang.Object
-
- com.networknt.logging.handler.LoggersGetHandler
-
- All Implemented Interfaces:
LightHttpHandler,io.undertow.server.HttpHandler
public class LoggersGetHandler extends Object implements LightHttpHandler
This handler will provide all the available logging levels for the all loggers.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_NAME-
Fields inherited from interface com.networknt.handler.LightHttpHandler
AUDIT_ON_ERROR, AUDIT_STACK_TRACE, auditOnError, auditStackTrace, config, ERROR_NOT_DEFINED, logger
-
-
Constructor Summary
Constructors Constructor Description LoggersGetHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.networknt.handler.LightHttpHandler
setExchangeStatus, setExchangeStatus
-
-
-
-
Field Detail
-
CONFIG_NAME
public static final String CONFIG_NAME
- See Also:
- Constant Field Values
-
-