Uses of Enum Class
com.hazelcast.auditlog.Level
Package
Description
Contains interfaces and classes related to auditable events.
-
Uses of Level in com.hazelcast.auditlog
Modifier and TypeMethodDescriptionAuditableEvent.level()
static Level
Returns the enum constant of this class with the specified name.static Level[]
Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSets the eventLevel
.void
Creates and logs a simple parameterless message at the given level.void
Creates and logs a simple parameterless message with an associated throwable at the given level.