Class Log4jResource

java.lang.Object
org.pentaho.platform.web.http.api.resources.Log4jResource

@Path("/logconfig") public class Log4jResource extends Object
  • 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