Modifier and Type | Class and Description |
---|---|
class |
GrouperClientLog |
Modifier and Type | Method and Description |
---|---|
static Log |
GrouperClientUtils.retrieveLog(Class<?> theClass) |
Constructor and Description |
---|
GrouperClientLog(Log theLog)
wrap a logger
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
AuthPolicy.LOG
Log object.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
CookieSpecBase.LOG
Log object
|
protected static Log |
CookiePolicy.LOG
Log object.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
JexlEngine.logger
The Log to which all JexlEngine messages will be logged.
|
protected Log |
Interpreter.logger
The logger.
|
Modifier and Type | Method and Description |
---|---|
static Uberspect |
JexlEngine.getUberspect(Log logger)
Gets the default instance of Uberspect.
|
Constructor and Description |
---|
JexlEngine(Uberspect anUberspect,
JexlArithmetic anArithmetic,
Map<String,Object> theFunctions,
Log log)
Creates a JEXL engine using the provided
Uberspect , (@link JexlArithmetic),
a function map and logger. |
Modifier and Type | Field and Description |
---|---|
protected Log |
Introspector.rlog
The logger to use for all warnings & errors.
|
Constructor and Description |
---|
Introspector(Log log)
Creates an introspector.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
IntrospectorBase.rlog
the logger.
|
Constructor and Description |
---|
IntrospectorBase(Log log)
Create the introspector.
|
Constructor and Description |
---|
SandboxUberspectImpl(Log runtimeLogger,
Sandbox theSandbox)
A constructor for Sandbox uberspect.
|
UberspectImpl(Log runtimeLogger)
Creates a new UberspectImpl.
|
Modifier and Type | Method and Description |
---|---|
Log |
JexlScriptEngine.JexlScriptObject.getLogger()
Gives access to the engine logger.
|
Modifier and Type | Method and Description |
---|---|
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(Class clazz)
Deprecated.
Get a
Log instance by class |
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 |
LogSource.getInstance(String name)
Deprecated.
Get a
Log instance by class name |
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. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2021 Internet2. All rights reserved.