Package org.apache.tools.ant.taskdefs
Interface XSLTLoggerAware
- 
- All Known Implementing Classes:
- TraXLiaison
 
 public interface XSLTLoggerAwareInterface for a class that one can set an XSLTLogger on.- Since:
- Ant 1.5
 
- 
- 
Method SummaryModifier and Type Method Description voidsetLogger(XSLTLogger l)Set the logger for this class.
 
- 
- 
- 
Method Detail- 
setLoggervoid setLogger(XSLTLogger l) Set the logger for this class.- Parameters:
- l- the logger
 
 
- 
 
-