public final class LiveLogConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static Optional<String> |
CONTENT_REGEX
Cache for the livelog-contentregex web.xml parameter.
|
static Optional<String> |
DEFAULT_FILE_FILTER
Cache for the livelog-defaultfilefilter web.xml parameter.
|
static Optional<String> |
LOG_DIR
Cache for the livelog-logdir web.xml parameter.
|
| Constructor and Description |
|---|
LiveLogConfig() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getContentRegex()
Returns the content regex to get real content on the log files.
|
static List<CustomGroupDTO> |
getCustomGroupings()
Returns a list of the defined groupings at web.xml.
|
static String |
getDefaultFileFilter()
Returns the default file filter for log files list.
|
static String |
getLogDir()
Returns the directory of the log files.
|
static String |
getLogFilePath(String fileName)
Returns the path to a log file.
|
static String |
getSecureToken()
Returns the defined secure token.
|
public static Optional<String> CONTENT_REGEX
public static String getSecureToken()
String with the defined secure token.public static String getLogDir()
String with the directory of the log files.public static String getLogFilePath(String fileName)
fileName - Name of the file.String with the path to the log file.public static String getDefaultFileFilter()
String with the default file filter for log files list.public static String getContentRegex()
String with the content regex getter.public static List<CustomGroupDTO> getCustomGroupings()
List with the defined CustomGroupDTO.Copyright © 2017. All rights reserved.