Uses of Class
com.endeca.itl.cas.api.LoggingLevel

Packages that use LoggingLevel
com.endeca.itl.cas.api   
 

Uses of LoggingLevel in com.endeca.itl.cas.api
 

Methods in com.endeca.itl.cas.api that return LoggingLevel
static LoggingLevel LoggingLevel.fromValue(String v)
           
 LoggingLevel CrawlConfig.getLoggingLevel()
           
static LoggingLevel LoggingLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoggingLevel[] LoggingLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.endeca.itl.cas.api with parameters of type LoggingLevel
 void CrawlConfig.setLoggingLevel(LoggingLevel value)
           
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.