Uses of Enum
io.github.flink.gcp.connector.testutils.LogCapture.Level
Packages that use LogCapture.Level
-
Uses of LogCapture.Level in io.github.flink.gcp.connector.testutils
Methods in io.github.flink.gcp.connector.testutils that return LogCapture.LevelModifier and TypeMethodDescriptionstatic LogCapture.LevelReturns the enum constant of this type with the specified name.static LogCapture.Level[]LogCapture.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.flink.gcp.connector.testutils with parameters of type LogCapture.LevelModifier and TypeMethodDescriptionstatic LogCaptureLogCapture.of(Class<?> owner, LogCapture.Level level) Captures the given level and above from the given class's logger, attaching immediately.