| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogChute | |
|---|---|
| org.apache.velocity.runtime.log | |
| Uses of LogChute in org.apache.velocity.runtime.log | 
|---|
| Classes in org.apache.velocity.runtime.log that implement LogChute | |
|---|---|
|  class | AvalonLogChuteImplementation of a Avalon logger. | 
|  class | AvalonLogSystemImplementation of a Avalon logger. | 
|  class | JdkLogChuteImplementation of a simple java.util.logging LogChute. | 
|  class | Log4JLogChuteImplementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log. | 
|  class | Log4JLogSystemDeprecated. Use Log4JLogChute instead. | 
|  class | LogChuteSystemWrapper to make user's custom LogSystem implementations work with the new LogChute setup. | 
|  class | NullLogChuteLogger used in case of failure. | 
|  class | NullLogSystemDeprecated. Use NullLogChute. | 
|  class | PrimordialLogSystemDeprecated. Use HoldingLogChute instead! | 
|  class | SystemLogChuteLogger used when no other is configured. | 
| Methods in org.apache.velocity.runtime.log that return LogChute | |
|---|---|
| protected  LogChute | RuntimeLoggerLog.getLogChute()Deprecated. | 
| protected  LogChute | Log.getLogChute()Returns the LogChute wrapped by this Log instance. | 
| protected  LogChute | LogDisplayWrapper.getLogChute()make sure that we always use the right LogChute Object | 
| Methods in org.apache.velocity.runtime.log with parameters of type LogChute | |
|---|---|
| protected  void | RuntimeLoggerLog.setLogChute(LogChute newLogChute)Deprecated. | 
| protected  void | Log.setLogChute(LogChute chute)Updates the LogChute wrapped by this Log instance. | 
| Constructors in org.apache.velocity.runtime.log with parameters of type LogChute | |
|---|---|
| Log(LogChute chute)Creates a new Log that wraps the specified LogChute. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||