| Package | Description |
|---|---|
| com.streambase.sb.operator |
Provides classes and interfaces to add custom operators to StreamBase applications.
|
| Modifier and Type | Method and Description |
|---|---|
static Operator.LogLevel |
Operator.LogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operator.LogLevel[] |
Operator.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Operator.setLogLevel(org.slf4j.Logger logger,
Operator.LogLevel level)
Sets the log level of the given logger.
|