Uses of Class
com.atlassian.confluence.logging.sink.LogEvent.Level
-
Packages that use LogEvent.Level Package Description com.atlassian.confluence.logging.sink -
-
Uses of LogEvent.Level in com.atlassian.confluence.logging.sink
Methods in com.atlassian.confluence.logging.sink that return LogEvent.Level Modifier and Type Method Description LogEvent.LevelLogEvent. getLevel()static LogEvent.LevelLogEvent.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static LogEvent.Level[]LogEvent.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.
-