Package io.quarkus.test.logging
Class FileLoggingHandler
- java.lang.Object
-
- io.quarkus.test.logging.LoggingHandler
-
- io.quarkus.test.logging.FileLoggingHandler
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class FileLoggingHandler extends LoggingHandler
-
-
Constructor Summary
Constructors Constructor Description FileLoggingHandler(File input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandle()List<String>logs()-
Methods inherited from class io.quarkus.test.logging.LoggingHandler
close, flush, isLogEnabled, logInfo, logsContains, onLine, onLines, onStringDifference, run, startWatching, stopWatching
-
-
-
-
Constructor Detail
-
FileLoggingHandler
public FileLoggingHandler(File input)
-
-
Method Detail
-
handle
protected void handle()
- Specified by:
handlein classLoggingHandler
-
logs
public List<String> logs()
- Overrides:
logsin classLoggingHandler
-
-