Interface LogPanel

    • Field Detail

      • PARAM_TAIL_NUM_OF_LINES

        static final java.lang.String PARAM_TAIL_NUM_OF_LINES
        Request param name to control number of lines to include in the log
        See Also:
        Constant Field Values
      • PARAM_APPENDER_NAME

        static final java.lang.String PARAM_APPENDER_NAME
        Request param name for appender name
        See Also:
        Constant Field Values
      • PARAM_TAIL_GREP

        static final java.lang.String PARAM_TAIL_GREP
        Request param capturing the regular expression to search
        See Also:
        Constant Field Values
      • PATH_TAILER

        static final java.lang.String PATH_TAILER
        Let the path end with extension. In that case WebConsole logic would by pass this request's response completely
        See Also:
        Constant Field Values
    • Method Detail

      • tail

        void tail​(java.io.PrintWriter pw,
                  java.lang.String appenderName,
                  TailerOptions options)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • render

        void render​(java.io.PrintWriter pw,
                    java.lang.String consoleAppRoot)
             throws java.io.IOException
        Throws:
        java.io.IOException
      • deleteLoggerConfig

        void deleteLoggerConfig​(java.lang.String pid)
      • createLoggerConfig

        void createLoggerConfig​(LoggerConfig config)
                         throws java.io.IOException
        Throws:
        java.io.IOException