| Package | Description |
|---|---|
| org.sonarsource.scanner.api |
| Modifier and Type | Method and Description |
|---|---|
static LogOutput.Level |
LogOutput.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogOutput.Level[] |
LogOutput.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StdOutLogOutput.log(String formattedMessage,
LogOutput.Level level) |
void |
LogOutput.log(String formattedMessage,
LogOutput.Level level) |
Copyright © 2011-2019 SonarSource. All Rights Reserved.