org.apache.velocity.runtime.log
public class LogManager extends java.lang.Object
This class is responsible for instantiating the correct LogChute
The approach is :
Constructor and Description |
---|
LogManager() |
Modifier and Type | Method and Description |
---|---|
static void |
updateLog(Log log,
RuntimeServices rsvc)
Update the Log instance with the appropriate LogChute and other
settings determined by the RuntimeServices.
|
public static void updateLog(Log log, RuntimeServices rsvc) throws java.lang.Exception
log
- rsvc
- java.lang.Exception
Copyright © 2000-2014. All Rights Reserved.