- Oct 31, 2006
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Changed package name c.q.l.classic.filter to c.q.l.classic.turbo
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
Trying to remote the activeFileName/fileName dual information in logback configuration. The current version works in some situations but not all, and does not passes all the tests. Please use with caution if building logback from repository.
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
Changing the EvaluatorAction pattern from configuration/evaluator to */evaluator lets the user create evaluators to go in the context's eval map *and* evaluators inside filter elements. Same for MatcherAction
-
Sebastien Pennec authored
-
- Oct 30, 2006
-
-
Ceki Gulcu authored
- Loggers now go through filter attached to their parent (loggerContext) before any decision. This slows down decision making a little, but is much more flexible.
-
Ceki Gulcu authored
- Context is no longer FilterAttachable. This change was necessary in order to allow LoggerContext to be ClassicFilterAttachable
-
Ceki Gulcu authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
Access now knows about Evaluators. Working on Filters
-
Sebastien Pennec authored
-
Sebastien Pennec authored
deleted some comments
-
- Oct 29, 2006
-
-
Ceki Gulcu authored
ongoing work on auto configuration, and reset procedure
-
Ceki Gulcu authored
ongoing work on auto configuration
-
Ceki Gulcu authored
Loggers should be of type org.slf4j not logback-classic.
-
- Oct 27, 2006
-
-
Sebastien Pennec authored
-
Sebastien Pennec authored
some pom updates about code generation
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
No commit message
-
Sebastien Pennec authored
-
Sebastien Pennec authored
No commit message
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Ceki Gulcu authored
- improvements to tests
-
Ceki Gulcu authored
- corrected a hard to spot bug in AbstractEvaluatorFilter. It has methods like public int getOnMatch() public void setOnMatch(String) public int getOnMismatch() public void setOnMismatch(String) The fact that the getter returned an int and the setter took a String has PropertySetter confused. I removed the getOn*match methods which were not used anywhere.
-