<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://unkrig.de/w/index.php?action=history&amp;feed=atom&amp;title=Loggifier.unkrig.de_%2F_Tools_%2F_Ant_task</id>
	<title>Loggifier.unkrig.de / Tools / Ant task - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://unkrig.de/w/index.php?action=history&amp;feed=atom&amp;title=Loggifier.unkrig.de_%2F_Tools_%2F_Ant_task"/>
	<link rel="alternate" type="text/html" href="https://unkrig.de/w/index.php?title=Loggifier.unkrig.de_/_Tools_/_Ant_task&amp;action=history"/>
	<updated>2026-05-16T19:04:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://unkrig.de/w/index.php?title=Loggifier.unkrig.de_/_Tools_/_Ant_task&amp;diff=28&amp;oldid=prev</id>
		<title>Aunkrig: Created page with &quot;LOGGIFIER defines a new task &quot;&amp;lt;de.unkrig.loggifier&gt;&quot; that loggifies your code just like the command line tool. See the example to see how to make the new task accessible from inside your ANT script.  == Attributes ==  ;selector=&#039;&#039;glob&#039;&#039;         :Which class files to instrument, e.g. &quot;~**Test*.class&quot;. Default is &quot;all files&quot;. ;out=&#039;&#039;file&#039;&#039;              :Where to write the output file or directory. Default is to perform an &quot;in-place&quot; loggification. ;keepOrig...&quot;</title>
		<link rel="alternate" type="text/html" href="https://unkrig.de/w/index.php?title=Loggifier.unkrig.de_/_Tools_/_Ant_task&amp;diff=28&amp;oldid=prev"/>
		<updated>2024-05-01T19:11:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;LOGGIFIER defines a new task &amp;quot;&amp;lt;de.unkrig.loggifier&amp;gt;&amp;quot; that loggifies your code just like the command line tool. See the &lt;a href=&quot;#Example&quot;&gt;example&lt;/a&gt; to see how to make the new task accessible from inside your ANT script.  == Attributes ==  ;selector=&amp;#039;&amp;#039;glob&amp;#039;&amp;#039;         :Which class files to instrument, e.g. &amp;quot;~**Test*.class&amp;quot;. Default is &amp;quot;all files&amp;quot;. ;out=&amp;#039;&amp;#039;file&amp;#039;&amp;#039;              :Where to write the output file or directory. Default is to perform an &amp;quot;in-place&amp;quot; loggification. ;keepOrig...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;LOGGIFIER defines a new task &amp;quot;&amp;amp;lt;de.unkrig.loggifier&amp;gt;&amp;quot; that loggifies your code just like the command line tool. See the [[#Example|example]] to see how to make the new task accessible from inside your ANT script.&lt;br /&gt;
&lt;br /&gt;
== Attributes ==&lt;br /&gt;
&lt;br /&gt;
;selector=&amp;#039;&amp;#039;glob&amp;#039;&amp;#039;         :Which class files to instrument, e.g. &amp;quot;~**Test*.class&amp;quot;. Default is &amp;quot;all files&amp;quot;.&lt;br /&gt;
;out=&amp;#039;&amp;#039;file&amp;#039;&amp;#039;              :Where to write the output file or directory. Default is to perform an &amp;quot;in-place&amp;quot; loggification.&lt;br /&gt;
;keepOriginals=&amp;#039;&amp;#039;boolean&amp;#039;&amp;#039; :Keep copies of the original files (e.g. &amp;lt;code&amp;gt;.MyClass.class.orig&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;.MyJar.jar.orig&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== Subelements ==&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;rule&amp;gt;&amp;#039;&amp;#039;text&amp;#039;&amp;#039;&amp;lt;/rule&amp;gt;                :A loggification rule, e.g. &amp;#039;STORE=FINE&amp;#039;&lt;br /&gt;
;Resource Collection (&amp;lt;fileset&amp;gt; etc.) :The files to loggify (.class, .jar, .war, .ear, ...)&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;project&amp;gt;&lt;br /&gt;
      &amp;lt;taskdef classpath=&amp;quot;lib/de.unkrig.loggifier.jar&amp;quot; resource=&amp;quot;de/unkrig/loggifier/ant.properties&amp;quot; /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
      &amp;lt;target name=&amp;quot;default&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;de.unkrig.loggifier&amp;gt;&lt;br /&gt;
              &amp;lt;rule&amp;gt;ALL=FINE&amp;lt;/rule&amp;gt;&lt;br /&gt;
              &amp;lt;fileset file=&amp;quot;bin/Main.class&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/de.unkrig.loggifier&amp;gt;&lt;br /&gt;
      &amp;lt;/target&amp;gt;&lt;br /&gt;
  &amp;lt;/project&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aunkrig</name></author>
	</entry>
</feed>