@ProviderType
public interface LogPanel
Modifier and Type | Field and Description |
---|---|
static String |
APP_ROOT |
static String |
PARAM_APPENDER_NAME
Request param name for appender name
|
static String |
PARAM_TAIL_GREP
Request param capturing the regular expression to search
|
static String |
PARAM_TAIL_NUM_OF_LINES
Request param name to control number of lines to include in the log
|
static String |
PATH_TAILER
Let the path end with extension.
|
static String |
RES_LOC |
Modifier and Type | Method and Description |
---|---|
void |
createLoggerConfig(LoggerConfig config) |
void |
deleteLoggerConfig(String pid) |
void |
render(PrintWriter pw,
String consoleAppRoot) |
void |
tail(PrintWriter pw,
String appenderName,
TailerOptions options) |
static final String PARAM_TAIL_NUM_OF_LINES
static final String PARAM_APPENDER_NAME
static final String PARAM_TAIL_GREP
static final String PATH_TAILER
static final String APP_ROOT
static final String RES_LOC
void tail(PrintWriter pw, String appenderName, TailerOptions options) throws IOException
IOException
void render(PrintWriter pw, String consoleAppRoot) throws IOException
IOException
void deleteLoggerConfig(String pid)
void createLoggerConfig(LoggerConfig config) throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.