|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static class |
SystemLog.LogMessage
|
static class |
SystemLog.SearchResults
|
Field Summary | |
static int |
MAX_SEARCH_RESULTS
The most search lines that will ever be returned, no matter what you ask for. |
Method Summary | |
String |
getConfigFileName()
Gets the name of the file that configures the log system |
String[] |
getLogFileNames()
Gets the name of all log files used by this log system. |
SystemLog.SearchResults |
getMatchingItems(String logFile,
Integer firstLine,
Integer lastLine,
String minLevel,
String regex,
int maxResults,
boolean includeStackTraces)
Searches the log for records matching the specified parameters. |
int |
getRefreshPeriodSeconds()
Indicates how often the log system should check to see if its configuration file has been updated. |
String |
getRootLoggerLevel()
Gets the name of the log level used for the root logger. |
void |
setConfigFileName(String fileName)
Sets the name of the file that the log system should configure itself from. |
void |
setRefreshPeriodSeconds(int seconds)
Sets how often the log system should check to see if its configuration file has been updated. |
void |
setRootLoggerLevel(String level)
Sets the name of the log level used for the root logger. |
Field Detail |
public static final int MAX_SEARCH_RESULTS
Method Detail |
public String getConfigFileName()
public void setConfigFileName(String fileName)
public String getRootLoggerLevel()
public void setRootLoggerLevel(String level)
public int getRefreshPeriodSeconds()
public void setRefreshPeriodSeconds(int seconds)
public String[] getLogFileNames()
public SystemLog.SearchResults getMatchingItems(String logFile, Integer firstLine, Integer lastLine, String minLevel, String regex, int maxResults, boolean includeStackTraces)
MAX_SEARCH_RESULTS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |