Uses of Enum
org.apache.druid.java.util.emitter.core.LoggingEmitter.Level
Packages that use LoggingEmitter.Level
-
Uses of LoggingEmitter.Level in org.apache.druid.java.util.emitter.core
Methods in org.apache.druid.java.util.emitter.core that return LoggingEmitter.LevelModifier and TypeMethodDescriptionstatic LoggingEmitter.Levelstatic LoggingEmitter.LevelReturns the enum constant of this type with the specified name.static LoggingEmitter.Level[]LoggingEmitter.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.java.util.emitter.core with parameters of type LoggingEmitter.LevelModifierConstructorDescriptionLoggingEmitter(Logger log, LoggingEmitter.Level level, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)