Modifier and Type | Method and Description |
---|---|
static Log |
Velocity.getLog()
Returns a convenient Log instance that wraps the current LogChute.
|
Log |
VelocityEngine.getLog()
Returns a convenient Log instance that wraps the current LogChute.
|
Modifier and Type | Method and Description |
---|---|
Log |
RuntimeInstance.getLog()
Returns a convenient Log instance that wraps the current LogChute.
|
Log |
RuntimeServices.getLog()
Returns a convenient Log instance that wraps the current LogChute.
|
static Log |
RuntimeSingleton.getLog()
Returns a convenient Log instance that wraps the current LogChute.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
Block.log |
Modifier and Type | Class and Description |
---|---|
class |
LogDisplayWrapper
This is a wrapper around a log object, that can add a prefix to log messages
and also turn logging on and off dynamically.
|
class |
RuntimeLoggerLog
Deprecated.
This will be removed along with the RuntimeLogger interface.
|
Modifier and Type | Method and Description |
---|---|
static void |
LogManager.updateLog(Log log,
RuntimeServices rsvc)
Update the Log instance with the appropriate LogChute and other
settings determined by the RuntimeServices.
|
Constructor and Description |
---|
LogDisplayWrapper(Log log,
String prefix,
boolean outputMessages)
Create a new LogDisplayWrapper
|
Modifier and Type | Field and Description |
---|---|
protected Log |
SimpleNode.log |
protected Log |
AbstractExecutor.log |
protected Log |
SetExecutor.log
Class logger
|
Constructor and Description |
---|
BooleanPropertyExecutor(Log log,
Introspector introspector,
Class clazz,
String property) |
GetExecutor(Log log,
Introspector introspector,
Class clazz,
String property) |
MapGetExecutor(Log log,
Class clazz,
String property) |
MapSetExecutor(Log log,
Class clazz,
String property) |
PropertyExecutor(Log log,
Introspector introspector,
Class clazz,
String property) |
PutExecutor(Log log,
Introspector introspector,
Class clazz,
Object arg,
String property) |
SetPropertyExecutor(Log log,
Introspector introspector,
Class clazz,
String property,
Object arg) |
Modifier and Type | Field and Description |
---|---|
protected Log |
ResourceManagerImpl.log
Logging.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
ResourceLoader.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
IntrospectorBase.log
Class logger
|
protected Log |
UberspectImpl.log
Our runtime logger.
|
Modifier and Type | Method and Description |
---|---|
void |
UberspectLoggable.setLog(Log log)
Sets the logger.
|
void |
UberspectImpl.setLog(Log log)
Sets the runtime logger - this must be called before anything
else.
|
Constructor and Description |
---|
ClassMap(Class clazz,
Log log)
Standard constructor
|
Introspector(Log log) |
IntrospectorBase(Log log)
C'tor.
|
IntrospectorCacheImpl(Log log)
C'tor
|
SecureIntrospectorImpl(String[] badClasses,
String[] badPackages,
Log log) |
Copyright © 2000–2016. All rights reserved.