Interface GuiceRestLoggingService
- All Known Implementing Classes:
GuiceRestLoggingServiceImpl
@Path("/guice/logging")
public interface GuiceRestLoggingService
-
Method Summary
Modifier and TypeMethodDescriptiongetIndex()
javax.ws.rs.core.Response
loadConfig
(String configuration)
-
Method Details
-
getIndex
-
loadConfig
@POST @Path("/load-config-string") @Produces("text/html") javax.ws.rs.core.Response loadConfig(@FormParam("log4j.properties") String configuration) throws IOException - Throws:
IOException
-