public class

NullVelocityLogSystem

extends Object
implements LogSystem
java.lang.Object
   ↳ com.atlassian.confluence.util.velocity.NullVelocityLogSystem

Class Overview

Implement the LogSystem interface to swallow velocity log messages.

Summary

[Expand]
Inherited Constants
From interface org.apache.velocity.runtime.log.LogSystem
Public Constructors
NullVelocityLogSystem()
Public Methods
void init(RuntimeServices runtimeServices)
void logVelocityMessage(int maxResults, String string)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.velocity.runtime.log.LogSystem

Public Constructors

public NullVelocityLogSystem ()

Public Methods

public void init (RuntimeServices runtimeServices)

Throws
Exception

public void logVelocityMessage (int maxResults, String string)