public interface WatchmanDiagnostic
Modifier and Type | Interface and Description |
---|---|
static class |
WatchmanDiagnostic.Level |
Modifier and Type | Method and Description |
---|---|
WatchmanDiagnostic.Level |
getLevel() |
String |
getMessage() |
static WatchmanDiagnostic |
of(WatchmanDiagnostic.Level level,
String message) |
WatchmanDiagnostic.Level getLevel()
String getMessage()
static WatchmanDiagnostic of(WatchmanDiagnostic.Level level, String message)