| Package | Description |
|---|---|
| cz.auderis.test.logging | |
| cz.auderis.test.logging.jboss | |
| cz.auderis.test.matcher.log | |
| cz.auderis.test.rule |
| Modifier and Type | Field and Description |
|---|---|
static Set<LogLevel> |
LogRecordCollector.INITIAL_LOG_LEVELS |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
LogRecord.getLevel() |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<LogLevel> |
LogRecordCollector.getEnabledLevels() |
Set<LogLevel> |
LogLevelConfiguration.getEnabledLevels() |
Set<LogLevel> |
AbstractLogLevelConfiguration.getEnabledLevels() |
EnumSet<LogLevel> |
LogLevel.getHigherLevels() |
protected abstract Set<LogLevel> |
AbstractLogLevelConfiguration.getLevelSet() |
EnumSet<LogLevel> |
LogLevel.getLowerLevels() |
EnumSet<LogLevel> |
LogLevel.plusHigherLevels() |
EnumSet<LogLevel> |
LogLevel.plusLowerLevels() |
| Modifier and Type | Method and Description |
|---|---|
LogLevelConfiguration |
LogLevelConfiguration.disable(LogLevel... levelsToDisable) |
LogLevelConfiguration |
AbstractLogLevelConfiguration.disable(LogLevel... levelsToDisable) |
LogLevelConfiguration |
LogLevelConfiguration.disableLevelsBelow(LogLevel thresholdLevel) |
LogLevelConfiguration |
AbstractLogLevelConfiguration.disableLevelsBelow(LogLevel thresholdLevel) |
void |
LogRecordCollector.dump(PrintStream out,
LogLevel threshold) |
LogLevelConfiguration |
LogLevelConfiguration.enable(LogLevel... levelsToEnable) |
LogLevelConfiguration |
AbstractLogLevelConfiguration.enable(LogLevel... levelsToEnable) |
LogLevelConfiguration |
LogLevelConfiguration.enableLevelsAtOrAbove(LogLevel thresholdLevel) |
LogLevelConfiguration |
AbstractLogLevelConfiguration.enableLevelsAtOrAbove(LogLevel thresholdLevel) |
LogLevelConfiguration |
LogLevelConfiguration.enableOnly(LogLevel... levelsToEnable) |
LogLevelConfiguration |
AbstractLogLevelConfiguration.enableOnly(LogLevel... levelsToEnable) |
boolean |
LogLevelConfiguration.isLevelEnabled(LogLevel level) |
boolean |
AbstractLogLevelConfiguration.isLevelEnabled(LogLevel level) |
| Modifier and Type | Method and Description |
|---|---|
LogLevelConfiguration |
LogLevelConfiguration.disable(Collection<LogLevel> levelsToDisable) |
LogLevelConfiguration |
AbstractLogLevelConfiguration.disable(Collection<LogLevel> levelsToDisable) |
LogLevelConfiguration |
LogLevelConfiguration.enable(Collection<LogLevel> levelsToEnable) |
LogLevelConfiguration |
AbstractLogLevelConfiguration.enable(Collection<LogLevel> levelsToEnable) |
LogLevelConfiguration |
LogLevelConfiguration.enableOnly(Collection<LogLevel> levelsToEnable) |
LogLevelConfiguration |
AbstractLogLevelConfiguration.enableOnly(Collection<LogLevel> levelsToEnable) |
void |
LogRecordCollector.setEnabledLevels(Set<LogLevel> newLevels) |
void |
LogLevelConfiguration.setEnabledLevels(Set<LogLevel> levelsToEnable) |
void |
AbstractLogLevelConfiguration.setEnabledLevels(Set<LogLevel> levelsToEnable) |
| Constructor and Description |
|---|
LogRecord(LogLevel level,
String loggerName,
String message,
Throwable cause) |
| Modifier and Type | Field and Description |
|---|---|
static Map<org.jboss.logging.Logger.Level,LogLevel> |
JBossLoggerAdapter.JBOSS_TO_INTERNAL |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.atLeast(LogLevel threshold) |
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.atMost(LogLevel threshold) |
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.between(LogLevel lowLevel,
LogLevel highLevel) |
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.higherThan(LogLevel threshold) |
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.lowerThan(LogLevel threshold) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.atLeast(LogLevel threshold) |
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.atMost(LogLevel threshold) |
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.between(LogLevel lowLevel,
LogLevel highLevel) |
protected void |
LogLevelMatcher.describeMismatchSafely(LogLevel item,
org.hamcrest.Description mismatchDescription) |
static org.hamcrest.Matcher<? super LogRecord> |
LogRecordMatcher.hasLevel(LogLevel level) |
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.higherThan(LogLevel threshold) |
static org.hamcrest.Matcher<? super LogLevel> |
LogLevelMatcher.lowerThan(LogLevel threshold) |
protected boolean |
LogLevelMatcher.matchesSafely(LogLevel item) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super LogRecord> |
LogRecordMatcher.hasLevel(org.hamcrest.Matcher<? super LogLevel> levelMatcher) |
| Constructor and Description |
|---|
LogLevelMatcher(Collection<LogLevel> levels) |
LogRecordMatcher(org.hamcrest.Matcher<? super Date> timestamp,
org.hamcrest.Matcher<? super LogLevel> level,
org.hamcrest.Matcher<? super String> name,
org.hamcrest.Matcher<? super String> message) |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
LogBuffer.getFailureLogDumpThreshold() |
LogLevel |
LogBuffer.getSuccessLogDumpThreshold() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogBuffer.dumpOnFailure(LogLevel threshold) |
void |
LogBuffer.dumpOnSuccess(LogLevel threshold) |
void |
LogBuffer.setFailureLogDumpThreshold(LogLevel failureLogDumpThreshold) |
void |
LogBuffer.setSuccessLogDumpThreshold(LogLevel successLogDumpThreshold) |
Copyright © 2015–2016 Boleslav Bobcik - Auderis. All rights reserved.