| java.lang.Object org.apache.velocity.runtime.log.Log org.apache.velocity.runtime.log.RuntimeLoggerLog
RuntimeLoggerLog | public class RuntimeLoggerLog extends Log (Code) | | A temporary RuntimeLogger wrapper to make the deprecation
of UberspectLoggable.setRuntimeLogger(RuntimeLogger) feasible.
This overrides all Log methods, either throwing
UnsupportedOperationExceptions or passing things off to the
theoretical RuntimeLogger used to create it. Oh, and all the
isEnabled() methods return true. Of course, ideally
there is no one out there who actually created their own
RuntimeLogger instance to use with UberspectLoggable.setRuntimeLogger()
and this class will therefore never be used. But it's here just in case.
author: Nathan Bubna version: $Id: RuntimeLoggerLog.java 463298 2006-10-12 16:10:32Z henning $ |
RuntimeLoggerLog | public RuntimeLoggerLog(RuntimeLogger rlog)(Code) | | Creates a new Log that wraps a PrimordialLogChute.
Parameters: rlog - |
getShowStackTraces | public boolean getShowStackTraces()(Code) | | True if Stack traces should be shown. |
setShowStackTraces | protected void setShowStackTraces(boolean showStacks)(Code) | | Parameters: showStacks - |
|
|