Uses of Enum
org.apache.druid.server.audit.AuditLogger.Level
Packages that use AuditLogger.Level
-
Uses of AuditLogger.Level in org.apache.druid.server.audit
Methods in org.apache.druid.server.audit that return AuditLogger.LevelModifier and TypeMethodDescriptionLoggingAuditManagerConfig.getLogLevel()static AuditLogger.LevelReturns the enum constant of this type with the specified name.static AuditLogger.Level[]AuditLogger.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.server.audit with parameters of type AuditLogger.LevelModifierConstructorDescriptionAuditLogger(AuditLogger.Level level) LoggingAuditManagerConfig(AuditLogger.Level logLevel, Boolean auditSystemRequests, HumanReadableBytes maxPayloadSizeBytes, Boolean skipNullField)