| Package | Description |
|---|---|
| com.github.fge.jsonschema.report |
| Modifier and Type | Field and Description |
|---|---|
protected LogLevel |
AbstractProcessingReport.currentLevel |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
AbstractProcessingReport.getExceptionThreshold() |
LogLevel |
ProcessingReport.getExceptionThreshold() |
LogLevel |
ProcessingMessage.getLogLevel() |
LogLevel |
AbstractProcessingReport.getLogLevel() |
LogLevel |
ProcessingReport.getLogLevel() |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProcessingReport.setExceptionThreshold(LogLevel level) |
void |
ProcessingReport.setExceptionThreshold(LogLevel level) |
ProcessingMessage |
ProcessingMessage.setLogLevel(LogLevel level) |
void |
AbstractProcessingReport.setLogLevel(LogLevel level) |
void |
ProcessingReport.setLogLevel(LogLevel level) |
Copyright © 2013. All Rights Reserved.