Class NullVelocityLogSystem
- java.lang.Object
-
- com.atlassian.confluence.util.velocity.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 unusedImplement the LogSystem interface to swallow velocity log messages.
-
-
Constructor Summary
Constructors Constructor Description NullVelocityLogSystem()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidinit(org.apache.velocity.runtime.RuntimeServices runtimeServices)Deprecated, for removal: This API element is subject to removal in a future version.voidlogVelocityMessage(int maxResults, String string)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 ExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
initin interfaceorg.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:
logVelocityMessagein interfaceorg.apache.velocity.runtime.log.LogSystem
-
-