|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Log in org.apache.velocity.app |
| Methods in org.apache.velocity.app that return Log | |
Log |
VelocityEngine.getLog()
Returns a convenient Log instance that wraps the current LogChute. |
static Log |
Velocity.getLog()
Returns a convenient Log instance that wraps the current LogChute. |
| Uses of Log in org.apache.velocity.runtime |
| Methods in org.apache.velocity.runtime that return Log | |
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. |
Log |
RuntimeInstance.getLog()
Returns a convenient Log instance that wraps the current LogChute. |
| Uses of Log in org.apache.velocity.runtime.log |
| Subclasses of Log in org.apache.velocity.runtime.log | |
class |
RuntimeLoggerLog
Deprecated. This will be removed along with the RuntimeLogger interface. |
| Methods in org.apache.velocity.runtime.log with parameters of type Log | |
static void |
LogManager.updateLog(Log log,
RuntimeServices rsvc)
Update the Log instance with the appropriate LogChute and other settings determined by the RuntimeServices. |
| Uses of Log in org.apache.velocity.runtime.parser.node |
| Fields in org.apache.velocity.runtime.parser.node declared as Log | |
protected Log |
SimpleNode.log
|
protected Log |
AbstractExecutor.log
|
| Constructors in org.apache.velocity.runtime.parser.node with parameters of type Log | |
PropertyExecutor(Log log,
Introspector ispctr,
Class clazz,
String property)
|
|
BooleanPropertyExecutor(Log log,
Introspector is,
Class clazz,
String property)
|
|
GetExecutor(Log log,
Introspector ispect,
Class c,
String key)
|
|
| Uses of Log in org.apache.velocity.runtime.resource |
| Fields in org.apache.velocity.runtime.resource declared as Log | |
protected Log |
ResourceManagerImpl.log
|
| Uses of Log in org.apache.velocity.runtime.resource.loader |
| Fields in org.apache.velocity.runtime.resource.loader declared as Log | |
protected Log |
ResourceLoader.log
|
| Uses of Log in org.apache.velocity.util.introspection |
| Methods in org.apache.velocity.util.introspection with parameters of type Log | |
void |
UberspectImpl.setLog(Log log)
Sets the runtime logger - this must be called before anything else. |
void |
UberspectLoggable.setLog(Log log)
Sets the logger. |
| Constructors in org.apache.velocity.util.introspection with parameters of type Log | |
Introspector(Log log)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||