Uses of Class
org.apache.activemq.artemis.logs.annotation.LogMessage.Level
-
Packages that use LogMessage.Level Package Description org.apache.activemq.artemis.logs.annotation -
-
Uses of LogMessage.Level in org.apache.activemq.artemis.logs.annotation
Methods in org.apache.activemq.artemis.logs.annotation that return LogMessage.Level Modifier and Type Method Description LogMessage.Levellevel()static LogMessage.LevelLogMessage.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static LogMessage.Level[]LogMessage.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.
-