Class LogResource

    • Constructor Detail

      • LogResource

        public LogResource()
    • Method Detail

      • getLastLogRecordsAsJson

        @GET
        @Produces("application/json")
        public List<String> getLastLogRecordsAsJson​(@QueryParam("count")
                                                    int count)
      • getLastLogRecordsAsHtml

        @GET
        @Produces("text/html")
        public String getLastLogRecordsAsHtml​(@QueryParam("count")
                                              int count)
      • getLastLogRecordsAsText

        @GET
        @Produces("text/plain")
        public String getLastLogRecordsAsText​(@QueryParam("count")
                                              int count)