Interface LogPanel
-
@ProviderType @Deprecated(since="2022-01-27") public interface LogPanel
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPP_ROOTDeprecated.static StringPARAM_APPENDER_NAMEDeprecated.Request param name for appender namestatic StringPARAM_TAIL_GREPDeprecated.Request param capturing the regular expression to searchstatic StringPARAM_TAIL_NUM_OF_LINESDeprecated.Request param name to control number of lines to include in the logstatic StringPATH_TAILERDeprecated.Let the path end with extension.static StringRES_LOCDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidcreateLoggerConfig(LoggerConfig config)Deprecated.voiddeleteLoggerConfig(String pid)Deprecated.voidrender(PrintWriter pw, String consoleAppRoot)Deprecated.voidtail(PrintWriter pw, String appenderName, TailerOptions options)Deprecated.
-
-
-
Field Detail
-
PARAM_TAIL_NUM_OF_LINES
static final String PARAM_TAIL_NUM_OF_LINES
Deprecated.Request param name to control number of lines to include in the log- See Also:
- Constant Field Values
-
PARAM_APPENDER_NAME
static final String PARAM_APPENDER_NAME
Deprecated.Request param name for appender name- See Also:
- Constant Field Values
-
PARAM_TAIL_GREP
static final String PARAM_TAIL_GREP
Deprecated.Request param capturing the regular expression to search- See Also:
- Constant Field Values
-
PATH_TAILER
static final String PATH_TAILER
Deprecated.Let the path end with extension. In that case WebConsole logic would by pass this request's response completely- See Also:
- Constant Field Values
-
APP_ROOT
static final String APP_ROOT
Deprecated.- See Also:
- Constant Field Values
-
RES_LOC
static final String RES_LOC
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
tail
void tail(PrintWriter pw, String appenderName, TailerOptions options) throws IOException
Deprecated.- Throws:
IOException
-
render
void render(PrintWriter pw, String consoleAppRoot) throws IOException
Deprecated.- Throws:
IOException
-
deleteLoggerConfig
void deleteLoggerConfig(String pid)
Deprecated.
-
createLoggerConfig
void createLoggerConfig(LoggerConfig config) throws IOException
Deprecated.- Throws:
IOException
-
-