Uses of Class
de.gebit.integrity.runner.logging.LogLine
-
Packages that use LogLine Package Description de.gebit.integrity.runner.logging -
-
Uses of LogLine in de.gebit.integrity.runner.logging
Fields in de.gebit.integrity.runner.logging with type parameters of type LogLine Modifier and Type Field Description protected List<LogLine>DefaultFixtureLogger. loggedLinesAll logged lines are collected here.protected List<LogLine>DefaultFixtureLogger. resultLoggedLinesThe unmodifiable collection returned to callers is cached here, in case multiple callers need the same one.Methods in de.gebit.integrity.runner.logging that return types with arguments of type LogLine Modifier and Type Method Description List<LogLine>AggregatingFixtureLogger. getLines()Returns the currently aggregated log lines, but does NOT clear the buffer.List<LogLine>DefaultFixtureLogger. getLines()protected List<LogLine>DefaultFixtureLogger. stackTraceToLogLines(Throwable anException, FixtureLogLevel aLevel)Formats a stack trace into a list of log lines.Methods in de.gebit.integrity.runner.logging with parameters of type LogLine Modifier and Type Method Description protected voidDefaultFixtureLogger. printLogLine(LogLine aLine)Prints the log line on the console.
-