Uses of Enum Class
com.hazelcast.auditlog.Level
Packages that use Level
Package
Description
Contains interfaces and classes related to auditable events.
-
Uses of Level in com.hazelcast.auditlog
Methods in com.hazelcast.auditlog that return LevelModifier 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.Methods in com.hazelcast.auditlog with parameters of type LevelModifier 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.