Class NullVelocityLogSystem

  • All Implemented Interfaces:
    org.apache.velocity.runtime.log.LogSystem

    @Deprecated(forRemoval=true)
    public class NullVelocityLogSystem
    extends Object
    implements org.apache.velocity.runtime.log.LogSystem
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.3 unused
    Implement the LogSystem interface to swallow velocity log messages.
    • Constructor Detail

      • NullVelocityLogSystem

        public NullVelocityLogSystem()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • init

        public void init​(org.apache.velocity.runtime.RuntimeServices runtimeServices)
                  throws Exception
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        init in interface org.apache.velocity.runtime.log.LogSystem
        Throws:
        Exception
      • logVelocityMessage

        public void logVelocityMessage​(int maxResults,
                                       String string)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        logVelocityMessage in interface org.apache.velocity.runtime.log.LogSystem