| Modifier and Type | Method and Description |
|---|---|
SQueriableLogSeverity |
SQueriableLog.getSeverity() |
static SQueriableLogSeverity |
SQueriableLogSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQueriableLogSeverity[] |
SQueriableLogSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SLogBuilder |
SLogBuilder.severity(SQueriableLogSeverity severity) |
| Modifier and Type | Method and Description |
|---|---|
SQueriableLogBuilder |
SQueriableLogBuilderImpl.severity(SQueriableLogSeverity severity) |
SLogBuilder |
CRUDELogBuilder.severity(SQueriableLogSeverity severity) |
| Modifier and Type | Method and Description |
|---|---|
SQueriableLogSeverity |
SQueriableLogImpl.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQueriableLogImpl.setSeverity(SQueriableLogSeverity severity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueriableLoggerStrategy.isLoggable(String actionType,
SQueriableLogSeverity severity) |
boolean |
QueriableLoggerService.isLoggable(String actionType,
SQueriableLogSeverity severity)
Verify if the given action type and severity are loggable
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleQueriableLoggerStrategy.isLoggable(String actionType,
SQueriableLogSeverity severity) |
boolean |
AbstractQueriableLoggerImpl.isLoggable(String actionType,
SQueriableLogSeverity severity) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.