Class LogsHelper

    • Constructor Detail

      • LogsHelper

        public LogsHelper()
    • Method Detail

      • getJettyVersion

        public String getJettyVersion()
        Since:
        0.8.12
      • getUnavailableCrypto

        public String getUnavailableCrypto()
        Since:
        0.9.15
      • getJstlVersion

        public String getJstlVersion()
        Returns:
        non-null, "n/a" on failure
        Since:
        0.9.26
      • getLogs

        public String getLogs()
        Does not call logManager.flush(); call getCriticalLogs() first to flush
      • getCriticalLogs

        public String getCriticalLogs()
        Side effect - calls logManager.flush()
      • getServiceLogs

        public String getServiceLogs()
      • getBuiltBy

        public String getBuiltBy()
        Since:
        0.9.35