Interface LogPanel
@ProviderType
public interface LogPanel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringRequest param name for appender namestatic final StringRequest param capturing the regular expression to searchstatic final StringRequest param name to control number of lines to include in the logstatic final StringLet the path end with extension.static final String -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLoggerConfig(LoggerConfig config) voiddeleteLoggerConfig(String pid) voidrender(PrintWriter pw, String consoleAppRoot) voidtail(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
-