JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.apache.tools.ant.taskdefs
XSLTLogger
Contents
Description
Method Summary
Method Details
log(String)
Hide sidebar
Show sidebar
Interface XSLTLogger
All Known Implementing Classes:
XSLTProcess
public interface
XSLTLogger
Interface to log messages for XSLT
Since:
Ant 1.5
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
log
(
String
msg)
Log a message.
Method Details
log
void
log
(
String
msg)
Log a message.
Parameters:
msg
- the message to log