Class PrimordialLogSystem

java.lang.Object
org.apache.velocity.runtime.log.HoldingLogChute
org.apache.velocity.runtime.log.PrimordialLogSystem
All Implemented Interfaces:
LogChute, LogSystem

public class PrimordialLogSystem extends HoldingLogChute implements LogSystem
Deprecated.
Use HoldingLogChute instead!
Pre-init logger. I believe that this was suggested by Carsten Ziegeler <cziegeler@sundn.de> and Jeroen C. van Gelderen. If this isn't correct, let me know as this was a good idea...
Version:
$Id: PrimordialLogSystem.java 463298 2006-10-12 16:10:32Z henning $
  • Constructor Details

    • PrimordialLogSystem

      public PrimordialLogSystem()
      Deprecated.
  • Method Details

    • logVelocityMessage

      public void logVelocityMessage(int level, String message)
      Deprecated.
      Use log(level, message).
      Specified by:
      logVelocityMessage in interface LogSystem
      Parameters:
      level -
      message -
    • dumpLogMessages

      public void dumpLogMessages(LogSystem newLogger)
      Deprecated.
      use transferTo(LogChute newChute)
      Parameters:
      newLogger -