| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| hboutemy | 286 (100,0%) | 3743 (100,0%) | 7518 (100,0%) | 13,09 |
| Date | Author | File/Message |
|---|---|---|
| 22/11/09 02:13 | hboutemy | added getId() API to LogDistillation.Plugin
(1 Files changed,
5 Lines changed) |
| 14/11/09 14:10 | hboutemy | improved javadoc
(1 Files changed,
30 Lines changed) |
| 11/11/09 09:06 | hboutemy | added extended attributes support for matching rules
(1 Files changed,
10 Lines changed) |
| 07/11/09 13:20 | hboutemy | changed license to ASL v2
(18 Files changed,
198 Lines changed) src/net/sf/logdistiller/Plugins.java 1.9
(+11
-16)
src/net/sf/logdistiller/Plugin.java 1.6
(+11
-16)
src/net/sf/logdistiller/Match.java 1.20
(+11
-16)
|
| 02/11/09 23:06 | hboutemy | have a different warning if provided attribute is missing or has wrong value
(1 Files changed,
5 Lines changed) |
| 02/11/09 19:58 | hboutemy | replaced null with empty string when an extension is not matched
(1 Files changed,
7 Lines changed) |
| 02/11/09 19:31 | hboutemy | en cas d'erreur lors du parsing, ajout d'information sur le fichier de log
(1 Files changed,
15 Lines changed) |
| 31/10/09 13:57 | hboutemy | extension value calculated as null are replaced with empty string
(1 Files changed,
2 Lines changed) |
| 17/10/09 23:04 | hboutemy | added javadoc information
(1 Files changed,
5 Lines changed) |
| 17/10/09 22:07 | hboutemy | fixed NPE
(1 Files changed,
1 Lines changed) |
| 17/10/09 19:30 | hboutemy | updated warnings for <logtype><attributes><provided> element
(2 Files changed,
15 Lines changed) |
| 16/10/09 16:46 | hboutemy | added optimization for LogEvent attribute value retrieval through AttributeInfo pre-calculation
(2 Files changed,
67 Lines changed) |
| 16/10/09 16:06 | hboutemy | o improved javadoc o renamed getExtension(String) method to getExtensionIndex(String) to match getAttributeIndex(String) API convention (2 Files changed, 50 Lines changed) |
| 21/08/09 00:04 | hboutemy | more @since tags in javadoc
(3 Files changed,
16 Lines changed) |
| 20/08/09 23:57 | hboutemy | added @since tags to javadocs
(7 Files changed,
63 Lines changed) |
| 20/08/09 23:21 | hboutemy | refactoring
(1 Files changed,
10 Lines changed) |
| 20/08/09 22:44 | hboutemy | updated internal documentation
(1 Files changed,
21 Lines changed) |
| 20/08/09 22:08 | hboutemy | refactored logtype description creation
(1 Files changed,
16 Lines changed) |
| 02/08/09 22:59 | hboutemy | added extension attributes, that are calculated on the fly with a regexp on an attribute provided by the log type
(6 Files changed,
192 Lines changed) |
| 30/07/09 23:19 | hboutemy | added condition tagging support to give more plugin possibilities
(3 Files changed,
57 Lines changed) |