Package io.quarkus.test.logging
Class FileServiceLoggingHandler
- java.lang.Object
-
- io.quarkus.test.logging.LoggingHandler
-
- io.quarkus.test.logging.ServiceLoggingHandler
-
- io.quarkus.test.logging.FileServiceLoggingHandler
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class FileServiceLoggingHandler extends ServiceLoggingHandler
-
-
Constructor Summary
Constructors Constructor Description FileServiceLoggingHandler(Service context, 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.ServiceLoggingHandler
isLogEnabled, logInfo
-
Methods inherited from class io.quarkus.test.logging.LoggingHandler
close, flush, logsContains, onLine, onLines, onStringDifference, run, startWatching, stopWatching
-
-
-
-
Method Detail
-
handle
protected void handle()
- Specified by:
handlein classLoggingHandler
-
logs
public List<String> logs()
- Overrides:
logsin classLoggingHandler
-
-