Uses of Class
org.apache.cxf.management.web.logging.LogLevel

Packages that use LogLevel
org.apache.cxf.management.web.logging CXF specific logging support. 
 

Uses of LogLevel in org.apache.cxf.management.web.logging
 

Methods in org.apache.cxf.management.web.logging that return LogLevel
static LogLevel LogLevel.fromJUL(Level level)
          Creates this enum from JUL Level.
 LogLevel LogRecord.getLevel()
           
static LogLevel LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.management.web.logging with parameters of type LogLevel
 void LogRecord.setLevel(LogLevel level)
           
static Level LogLevel.toJUL(LogLevel level)
          Creates this JUL Level from this enum.
 



Apache CXF