Uses of Class
org.opendaylight.infrautils.testutils.LogCapture.Level
-
Packages that use LogCapture.Level Package Description org.opendaylight.infrautils.testutils -
-
Uses of LogCapture.Level in org.opendaylight.infrautils.testutils
Methods in org.opendaylight.infrautils.testutils that return LogCapture.Level Modifier and Type Method Description static LogCapture.Level
LogCapture.Level. valueOf(String name)
Returns 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.Constructors in org.opendaylight.infrautils.testutils with parameters of type LogCapture.Level Constructor Description LogCapture(LogCapture.Level level, String message, @Nullable Throwable cause)
-