Class Log4jResource
java.lang.Object
org.pentaho.platform.web.http.api.resources.Log4jResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponseupdateLogLevel(String targetLevel, String category)
-
Constructor Details
-
Log4jResource
public Log4jResource()
-
-
Method Details
-
reloadConfiguration
@PUT @Path("/reload") @Produces("text/plain") public jakarta.ws.rs.core.Response reloadConfiguration() throws Exception- Throws:
Exception
-
updateLogLevel
@PUT @Path("/update") @Produces("text/plain") @Consumes("application/x-www-form-urlencoded") public jakarta.ws.rs.core.Response updateLogLevel(@FormParam("level") String targetLevel, @FormParam("category") String category) throws Exception - Throws:
Exception
-