Interface XSLTLogger

All Known Implementing Classes:
XSLTProcess

public interface XSLTLogger
Interface to log messages for XSLT
Since:
Ant 1.5
  • Method Summary

    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