summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/XmlLogger.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce a getMessageOutputLevel() method on BuildLogger to return the curre...Jaikiran Pai2022-11-081-0/+5
* bz-63921 Using a "live" keySet() can result in ConcurrentModificationExceptionJaikiran Pai2020-01-101-3/+9
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Use StandardCharsetsGintas Grigelionis2018-08-201-1/+2
* More Streams (less StreamUtils)Gintas Grigelionis2018-05-201-6/+5
* Avoid Collections.list().stream()Gintas Grigelionis2018-05-171-2/+3
* Deprecate CollectionUtils and Enumerations;Gintas Grigelionis2018-05-161-9/+4
* Make debugging code fit for useGintas Grigelionis2018-04-101-3/+5
* Use null-or-empty patternGintas Grigelionis2018-04-061-1/+1
* Checkstyle and simplify, next iterationGintas Grigelionis2018-04-051-2/+1
* Java 8: computeIfAbsent/withInitialGintas Grigelionis2018-04-031-5/+1
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-1/+1
* whitespaceStefan Bodewig2017-04-191-1/+1
* java 5-8java8Matt Benson2017-04-131-28/+27
* reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-121-2/+3
* stick with RuntimeExceptions to prevent recursive logging loopsStefan Bodewig2016-12-221-3/+3
* Bug-56850: null safe property accessJan Matèrne2014-08-141-15/+17
* organize importsJan Matèrne2014-07-031-1/+2
* java 5 updatesMatthew Jason Benson2012-08-201-13/+14
* XmlLogger could lose messages when parallel is used. PR 25734. Based on ana...Stefan Bodewig2008-07-111-8/+16
* fmt/refacMatthew Jason Benson2007-07-171-70/+48
* Added logging of stacktraces of exceptions in logmessage when loglevel = debug.Jacobus Martinus Kruithof2006-11-161-0/+7
* copy2license.plStefan Bodewig2006-09-011-5/+6
* NPE using XmlLogger and antlibPeter Reilly2004-10-271-0/+3
* better diagnostics from XmlLogger.javaPeter Reilly2004-05-171-5/+14
* remove authors from filesPeter Reilly2004-03-091-1/+0
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* XmlLogger:Peter Reilly2004-02-091-0/+2
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* TyposAntoine Levy-Lambert2003-09-121-2/+2
* Coding conventionsConor MacNeill2003-07-181-1/+2
* More cleanupConor MacNeill2003-07-061-2/+2
* typoConor MacNeill2003-04-141-1/+1
* More cleanupConor MacNeill2003-04-141-1/+8
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* Add (disabled) tests for 10755Stefan Bodewig2003-01-171-1/+1
* Associate messages with the correct tasks in XML Logger.Conor MacNeill2003-01-161-5/+33
* Remove unused imports, remove glob imports, sort imports.Peter Donald2002-07-251-8/+7
* Document new methods in XMLLoggerConor MacNeill2002-04-171-0/+13
* organize imports and format code. i swear, it was IntelliJ's fault! :) I'v...Erik Hatcher2002-04-171-62/+78
* Make XmlLogger finally a real BuildLogger. When used as a logger it will util...Erik Hatcher2002-04-171-7/+37
* Coding standard conformanceConor MacNeill2002-04-091-49/+56
* Fixed up JavaDoc comments again.Jon Skeet2002-03-271-0/+7
* style sheet control; you can point to anyhting or turn it off completely.Steve Loughran2002-03-231-2/+8
* Answered my own previous question concerning thread safety.Jon Skeet2002-03-031-9/+7
* JavaDoc changes, and raised a potential multithreading issue. SearchJon Skeet2002-03-011-5/+94
* Submitted by: Jon Skeet <jon.skeet@peramon.com>Stefan Bodewig2002-02-141-1/+1
* Handle badly configured tasks created outside of Ant's coreConor MacNeill2002-02-141-2/+5
* - Fix order of modifiersStephane Bailliez2002-01-201-2/+2