Class LogSystemCommonsLog


  • @Deprecated
    public class LogSystemCommonsLog
    extends LogChuteCommonsLog
    Deprecated.
    Use LogChuteCommonsLog instead
    Redirects commons-logging messages to Velocity's LogSystem.

    This is basically an empty subclass of LogChuteCommmonsLog that exists merely for backwards compatibility with VelocityTools 1.x. Please use LogChuteCommonsLog directly, as this will likely be removed in VelocityTools 2.1, if not earlier.

    Version:
    $Id: LogSystemCommonsLog.java 534682 2007-05-03 01:50:54Z nbubna $
    • Constructor Detail

      • LogSystemCommonsLog

        public LogSystemCommonsLog()
        Deprecated.
    • Method Detail

      • setVelocityEngine

        public static void setVelocityEngine​(org.apache.velocity.app.VelocityEngine target)
        Deprecated.
        Use LogChuteCommonsLog.setVelocityLog(Log target) instead