org.openprivacy.reptile.extensions
Class LogExtension

java.lang.Object
  |
  +--org.openprivacy.reptile.extensions.LogExtension

public class LogExtension
extends java.lang.Object

Enables us to log via XSLT into the Talon logger.

Version:
$Id: LogExtension.java,v 1.2 2001/08/04 10:10:52 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
LogExtension()
           
 
Method Summary
 void debug(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
           
 void error(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
           
 void message(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
           
 void warn(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogExtension

public LogExtension()
Method Detail

debug

public void debug(org.apache.xalan.extensions.XSLProcessorContext context,
                  org.apache.xalan.templates.ElemExtensionCall elem)

message

public void message(org.apache.xalan.extensions.XSLProcessorContext context,
                    org.apache.xalan.templates.ElemExtensionCall elem)

warn

public void warn(org.apache.xalan.extensions.XSLProcessorContext context,
                 org.apache.xalan.templates.ElemExtensionCall elem)

error

public void error(org.apache.xalan.extensions.XSLProcessorContext context,
                  org.apache.xalan.templates.ElemExtensionCall elem)