Package | Description |
---|---|
com.hazelcast.auditlog |
Contains interfaces and classes related to auditable events.
|
Modifier and Type | Method and Description |
---|---|
Level |
AuditableEvent.level() |
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
EventBuilder.level(Level level)
Sets the event
Level . |
void |
AuditlogService.log(String eventTypeId,
Level level,
String message)
Creates and logs a simple parameterless message at the given level.
|
void |
AuditlogService.log(String eventTypeId,
Level level,
String message,
Throwable thrown)
Creates and logs a simple parameterless message with an associated throwable at the given level.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.