Uses of Class
de.gebit.integrity.fixtures.logging.FixtureLogLevel
-
Packages that use FixtureLogLevel Package Description de.gebit.integrity.fixtures.logging de.gebit.integrity.runner.logging -
-
Uses of FixtureLogLevel in de.gebit.integrity.fixtures.logging
Methods in de.gebit.integrity.fixtures.logging that return FixtureLogLevel Modifier and Type Method Description static FixtureLogLevelFixtureLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static FixtureLogLevel[]FixtureLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gebit.integrity.fixtures.logging with parameters of type FixtureLogLevel Modifier and Type Method Description booleanFixtureLogLevel. isEqualOrFinerThan(FixtureLogLevel anOtherLevel)Whether the level this is called upon is finer than the given log level or equals it.booleanFixtureLogLevel. isFinerThan(FixtureLogLevel anOtherLevel)Whether the level this is called upon is finer than the given log level.voidFixtureLogger. log(FixtureLogLevel aLevel, String aMessage, Object... someParameters)Log the specified message at the specified log level. -
Uses of FixtureLogLevel in de.gebit.integrity.runner.logging
Fields in de.gebit.integrity.runner.logging declared as FixtureLogLevel Modifier and Type Field Description protected FixtureLogLevelLogLine. levelThe level at which the line was logged.protected FixtureLogLevelDefaultFixtureLogger. thresholdLevelOnly log messages that equal this level or are coarser than it will be logged.Methods in de.gebit.integrity.runner.logging that return FixtureLogLevel Modifier and Type Method Description FixtureLogLevelLogLine. getLevel()Methods in de.gebit.integrity.runner.logging with parameters of type FixtureLogLevel Modifier and Type Method Description voidDefaultFixtureLogger. log(FixtureLogLevel aLevel, String aMessage, Object... someParameters)voidDefaultFixtureLogger. setThresholdLevel(FixtureLogLevel aThresholdLevel)Sets the threshold level interactively at runtime.protected List<LogLine>DefaultFixtureLogger. stackTraceToLogLines(Throwable anException, FixtureLogLevel aLevel)Formats a stack trace into a list of log lines.Constructors in de.gebit.integrity.runner.logging with parameters of type FixtureLogLevel Constructor Description LogLine(String aText, FixtureLogLevel aLevel)Creates a new instance.
-