public class LogParserConstants extends Object
Modifier and Type | Field and Description |
---|---|
static List<String> |
DEFAULT_GROUP_BY_PROPERTY |
static int |
DEFAULT_GROUP_SIZE |
static String |
GROUP_BY_REQUEST_PARAMETER |
static String |
GROUP_SIZE_REQUEST_PARAMETER |
static Pattern |
LOG_LINE_DATE_PATTERN
Date pattern is used for seeking functionality
- rapidly going through log in search of a specific date.
|
static List<String> |
LOG_LINE_PROPERTIES
Group names in the same order they are present in
LOG_LINE_PROPERTIES_PATTERN . |
static Pattern |
LOG_LINE_PROPERTIES_PATTERN
Matches the log line with each value being in a separate matching group.
|
static org.joda.time.format.DateTimeFormatter |
LOGBACK_ISO8601_FORMAT
Printer that can print logback ISO8601 "yyyy-MM-dd HH:mm:ss,SSS" (with space)
as opposed to printing standard ISO8601 "yyyy-MM-dd'T'HH:mm:ss,SSS" (with T).
|
static org.joda.time.format.DateTimeFormatter |
LOGBACK_ISO8601_OPTIONAL_TIME_FORMAT
Formatter that prints full ISO8601 date with 'T',
but can parse full date and time with either 'T' or space as separator,
and time being optionally only partial (such as just hours, hours and minutes, etc.).
|
static int |
MAX_RESULT_LIMIT |
static String |
VIEW_REQUEST_PARAMETER |
Constructor and Description |
---|
LogParserConstants() |
public static final String VIEW_REQUEST_PARAMETER
public static final String GROUP_BY_REQUEST_PARAMETER
public static final String GROUP_SIZE_REQUEST_PARAMETER
public static final int MAX_RESULT_LIMIT
public static final int DEFAULT_GROUP_SIZE
public static final Pattern LOG_LINE_DATE_PATTERN
public static final Pattern LOG_LINE_PROPERTIES_PATTERN
public static final List<String> LOG_LINE_PROPERTIES
LOG_LINE_PROPERTIES_PATTERN
.public static final org.joda.time.format.DateTimeFormatter LOGBACK_ISO8601_FORMAT
public static final org.joda.time.format.DateTimeFormatter LOGBACK_ISO8601_OPTIONAL_TIME_FORMAT
Copyright © 2016. All rights reserved.