public class LogCapture extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LogCapture.Level  | 
| Constructor and Description | 
|---|
LogCapture(LogCapture.Level level,
          String message,
          Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
Optional<Throwable> | 
getCause()  | 
String | 
getMessage()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public LogCapture(LogCapture.Level level, String message, @Nullable Throwable cause)
public String getMessage()
Copyright © 2019 OpenDaylight. All rights reserved.