| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONFIGURED_PATTERN_CONFIG_KEY |
"de.retest.recheck.logs.pattern" |
public static final String |
LOG4J_DEFAULT_PATTERN |
"(?<message>.*)" |
public static final String |
LOG4J_TTCC_CONVERSION_PATTERN |
"(?<millis>[\\d]+) \\[(?<thread>.+)\\] (?<level>[\\w]+) (?<category>.+) (?<nestedDiagnosticContext>.+) - (?<message>.*)" |
public static final String |
LOGBACK_DEFAULT_PATTERN |
"(?<dateTime>[-:\\d ]+) (?<level>[\\w]+) \\[(?<thread>.+)\\] (?<logger>[\\w\\.]+) - (?<message>.*)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LINE_TYPE |
"line" |
Copyright © 2019 ReTest GmbH. All rights reserved.