- Nov 02, 2006
-
-
Sebastien Pennec authored
Added an entry to codes.fml when filename is not set
-
Sebastien Pennec authored
modified css to display appender options
-
Ceki Gulcu authored
ongoing work on short intro
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Fixed bug #27.
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Ceki Gulcu authored
- added capability of setting collections of simple properties in PropertySetter and Joran - small bug fix in Pattern class (a trailing / in the pattern string would cause the addition of an extra component with an empty string)
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
- Nov 01, 2006
-
-
Sebastien Pennec authored
-
Sebastien Pennec authored
In BasicJoranTest, the method testTurboFilterWithStringList fails because Joran doesn't add correctly users to the userList. Watch bug #27 for more info.
-
Sebastien Pennec authored
ConfigurationAction now pushes and pops the context to and from the objectStack, so that it is usable by following actions. Added an implementation of TurboFilter that allows debug level for selected users only. Work in progress: the <user> element still makes Joran caugh a bit.
-
Sebastien Pennec authored
-
Sebastien Pennec authored
Other minor fixes
-
Sebastien Pennec authored
Still wondering if something better can be done, especially about the getActiveFileName method of RollingPolicy, that serves more the purpose of a "makeInitialFileName" than just a getter to a value.
-
- Oct 31, 2006
-
-
Ceki Gulcu authored
aligning method with the new name, i.e. TurboFilter
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
No commit message
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
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
-