Class TaskLog


  • public class TaskLog
    extends java.lang.Object
    Provides logging functionality for classes without access to the Ant project variable.
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskLog()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void log​(java.lang.String message)  
      static void logWithTimestamp​(java.lang.String message)  
      static void setTask​(org.apache.tools.ant.Task task)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskLog

        public TaskLog()
    • Method Detail

      • setTask

        public static void setTask​(org.apache.tools.ant.Task task)
      • log

        public static void log​(java.lang.String message)
      • logWithTimestamp

        public static void logWithTimestamp​(java.lang.String message)