Package | Description |
---|---|
com.github.fge.jsonschema.processing | |
com.github.fge.jsonschema.report |
Validation reports and messages
|
Modifier and Type | Method and Description |
---|---|
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 | Field and Description |
---|---|
protected LogLevel |
AbstractProcessingReport.currentLevel |
protected LogLevel |
AbstractProcessingReport.exceptionThreshold |
protected LogLevel |
AbstractProcessingReport.logLevel |
Modifier and Type | Method and Description |
---|---|
LogLevel |
ProcessingMessage.getLogLevel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessingReport.setExceptionThreshold(LogLevel threshold) |
ProcessingMessage |
ProcessingMessage.setLogLevel(LogLevel level) |
void |
AbstractProcessingReport.setLogLevel(LogLevel threshold) |
Copyright © 2013. All Rights Reserved.