Interface LogPanel
@ProviderType
public interface LogPanel
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
Request param name for appender namestatic final String
Request param capturing the regular expression to searchstatic final String
Request param name to control number of lines to include in the logstatic final String
Let the path end with extension.static final String
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createLoggerConfig
(LoggerConfig config) void
deleteLoggerConfig
(String pid) void
render
(PrintWriter pw, String consoleAppRoot) void
tail
(PrintWriter pw, String appenderName, TailerOptions options)
-
Field Details
-
PARAM_TAIL_NUM_OF_LINES
Request param name to control number of lines to include in the log- See Also:
-
PARAM_APPENDER_NAME
Request param name for appender name- See Also:
-
PARAM_TAIL_GREP
Request param capturing the regular expression to search- See Also:
-
PATH_TAILER
Let the path end with extension. In that case WebConsole logic would by pass this request's response completely- See Also:
-
APP_ROOT
- See Also:
-
RES_LOC
- See Also:
-
-
Method Details
-
tail
- Throws:
IOException
-
render
- Throws:
IOException
-
deleteLoggerConfig
-
createLoggerConfig
- Throws:
IOException
-