|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
---|---|
edu.internet2.middleware.grouperClient.util | |
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth | Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. |
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.cookie | Provides cookie handling in conjunction with org.apache.commons.httpclient.Cookie . |
edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl | Provides a framework for evaluating JEXL expressions. |
edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util | |
edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util.introspection | |
edu.internet2.middleware.grouperClientExt.org.apache.commons.logging | Simple wrapper API around multiple logging APIs. |
edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl | Concrete implementations of commons-logging wrapper APIs. |
Uses of Log in edu.internet2.middleware.grouperClient.util |
---|
Classes in edu.internet2.middleware.grouperClient.util that implement Log | |
---|---|
class |
GrouperClientLog
|
Methods in edu.internet2.middleware.grouperClient.util that return Log | |
---|---|
static Log |
GrouperClientUtils.retrieveLog(Class<?> theClass)
|
Constructors in edu.internet2.middleware.grouperClient.util with parameters of type Log | |
---|---|
GrouperClientLog(Log theLog)
wrap a logger |
Uses of Log in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth |
---|
Fields in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth declared as Log | |
---|---|
protected static Log |
AuthPolicy.LOG
Log object. |
Uses of Log in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.cookie |
---|
Fields in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.cookie declared as Log | |
---|---|
protected static Log |
CookieSpecBase.LOG
Log object |
protected static Log |
CookiePolicy.LOG
Log object. |
Uses of Log in edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl |
---|
Fields in edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl declared as Log | |
---|---|
protected static Log |
ScriptFactory.log
The Log to which all ScriptFactory messages will be logged. |
protected static Log |
ExpressionFactory.log
The Log to which all ExpressionFactory messages will be logged. |
Uses of Log in edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util |
---|
Fields in edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util declared as Log | |
---|---|
protected Log |
AbstractExecutor.rlog
The executor instance log. |
Constructors in edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util with parameters of type Log | |
---|---|
BooleanPropertyExecutor(Log rlog,
Introspector is,
Class clazz,
String property)
Constructor. |
|
GetExecutor(Log r,
Introspector ispect,
Class c,
String key)
Default constructor. |
|
PropertyExecutor(Log r,
Introspector ispctr,
Class clazz,
String property)
Constructor. |
Uses of Log in edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util.introspection |
---|
Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util.introspection with parameters of type Log | |
---|---|
void |
UberspectImpl.setRuntimeLogger(Log runtimeLogger)
Sets the runtime logger - this must be called before anything else besides init() as to get the logger. |
void |
UberspectLoggable.setRuntimeLogger(Log logger)
Sets the logger. |
Constructors in edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util.introspection with parameters of type Log | |
---|---|
Introspector(Log logger)
Recieves our RuntimeServices object. |
Uses of Log in edu.internet2.middleware.grouperClientExt.org.apache.commons.logging |
---|
Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.logging that return Log | |
---|---|
static Log |
LogSource.getInstance(Class clazz)
Deprecated. Get a Log instance by class |
abstract Log |
LogFactory.getInstance(Class clazz)
Convenience method to derive a name from the specified class and call getInstance(String) with it. |
static Log |
LogSource.getInstance(String name)
Deprecated. Get a Log instance by class name |
abstract Log |
LogFactory.getInstance(String name)
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes. |
static Log |
LogFactory.getLog(Class clazz)
Convenience method to return a named logger, without the application having to care about factories. |
static Log |
LogFactory.getLog(String name)
Convenience method to return a named logger, without the application having to care about factories. |
static Log |
LogSource.makeNewLogInstance(String name)
Deprecated. Create a new Log implementation, based
on the given name. |
Uses of Log in edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl |
---|
Classes in edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl that implement Log | |
---|---|
class |
Jdk13LumberjackLogger
Implementation of the org.apache.commons.logging.Log
interface that wraps the standard JDK logging mechanisms that are
available in SourceForge's Lumberjack for JDKs prior to 1.4. |
class |
Jdk14Logger
Implementation of the org.apache.commons.logging.Log
interface that wraps the standard JDK logging mechanisms that were
introduced in the Merlin release (JDK 1.4). |
class |
Log4JLogger
Implementation of Log that maps directly to a
Logger for log4J version 1.2. |
class |
NoOpLog
Trivial implementation of Log that throws away all messages. |
class |
SimpleLog
Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err. |
Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl that return Log | |
---|---|
Log |
LogFactoryImpl.getInstance(Class clazz)
Convenience method to derive a name from the specified class and call getInstance(String) with it. |
Log |
LogFactoryImpl.getInstance(String name)
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes. |
protected Log |
LogFactoryImpl.newInstance(String name)
Create and return a new Log
instance for the specified name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |