Class LogCapture
- java.lang.Object
-
- org.opendaylight.infrautils.testutils.LogCapture
-
public class LogCapture extends Object
Captured log statement.- Author:
- Michael Vorburger.ch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogCapture.Level
-
Constructor Summary
Constructors Constructor Description LogCapture(LogCapture.Level level, String message, @Nullable Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object obj)
Optional<Throwable>
getCause()
String
getMessage()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
LogCapture
public LogCapture(LogCapture.Level level, String message, @Nullable Throwable cause)
-
-
Method Detail
-
getMessage
public String getMessage()
-
-