Package | Description |
---|---|
com.hazelcast.impl.base |
Modifier and Type | Method and Description |
---|---|
static SystemLogService.Level |
SystemLogService.Level.toLevel(String level) |
static SystemLogService.Level |
SystemLogService.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemLogService.Level[] |
SystemLogService.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 |
SystemLogService.logObject(CallStateAware callStateAware,
SystemLogService.Level level,
Object obj) |
void |
SystemLogService.logState(CallStateAware callStateAware,
SystemLogService.Level level,
SystemLog callStateLog) |
boolean |
SystemLogService.shouldLog(SystemLogService.Level level) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.