| Package | Description |
|---|---|
| io.quarkus.builder.diag |
| Modifier and Type | Method and Description |
|---|---|
Diagnostic.Level |
Diagnostic.getLevel() |
static Diagnostic.Level |
Diagnostic.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Diagnostic.Level[] |
Diagnostic.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Diagnostic(Diagnostic.Level level,
Location location,
String format,
Object... args) |
Diagnostic(Diagnostic.Level level,
Throwable thrown,
Location location,
String format,
Object... args) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.