Package org.apache.velocity.runtime.log
Class PrimordialLogSystem
java.lang.Object
org.apache.velocity.runtime.log.HoldingLogChute
org.apache.velocity.runtime.log.PrimordialLogSystem
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 $
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
dumpLogMessages
(LogSystem newLogger) Deprecated.use transferTo(LogChute newChute)void
logVelocityMessage
(int level, String message) Deprecated.Use log(level, message).Methods inherited from class org.apache.velocity.runtime.log.HoldingLogChute
init, isLevelEnabled, log, log, transferTo
-
Constructor Details
-
PrimordialLogSystem
public PrimordialLogSystem()Deprecated.
-
-
Method Details
-
logVelocityMessage
Deprecated.Use log(level, message).- Specified by:
logVelocityMessage
in interfaceLogSystem
- Parameters:
level
-message
-
-
dumpLogMessages
Deprecated.use transferTo(LogChute newChute)- Parameters:
newLogger
-
-