Package org.apache.velocity.runtime.log
Class PrimordialLogSystem
- java.lang.Object
-
- org.apache.velocity.runtime.log.HoldingLogChute
-
- org.apache.velocity.runtime.log.PrimordialLogSystem
-
public class PrimordialLogSystem extends HoldingLogChute implements LogSystem
Deprecated.Use HoldingLogChute instead!Pre-init logger. I believe that this was suggested by Carsten Ziegelerand 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 $
-
-
Field Summary
-
Fields inherited from interface org.apache.velocity.runtime.log.LogChute
DEBUG_ID, DEBUG_PREFIX, ERROR_ID, ERROR_PREFIX, INFO_ID, INFO_PREFIX, TRACE_ID, TRACE_PREFIX, WARN_ID, WARN_PREFIX
-
-
Constructor Summary
Constructors Constructor Description PrimordialLogSystem()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
dumpLogMessages(LogSystem newLogger)
Deprecated.use transferTo(LogChute newChute)void
logVelocityMessage(int level, java.lang.String message)
Deprecated.Use log(level, message).-
Methods inherited from class org.apache.velocity.runtime.log.HoldingLogChute
init, isLevelEnabled, log, log, transferTo
-
-
-
-
Method Detail
-
logVelocityMessage
public void logVelocityMessage(int level, java.lang.String message)
Deprecated.Use log(level, message).- Specified by:
logVelocityMessage
in interfaceLogSystem
- Parameters:
level
-message
-
-
dumpLogMessages
public void dumpLogMessages(LogSystem newLogger)
Deprecated.use transferTo(LogChute newChute)- Parameters:
newLogger
-
-
-