- Mar 03, 2010
-
-
Sebastien Pennec authored
-
- Feb 18, 2010
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
code compiles but the test do NOT pass. To be considered as ongoing work.
-
- Feb 11, 2010
-
-
Ceki Gulcu authored
-
- Feb 01, 2010
-
-
Ceki Gulcu authored
a case insensitive way as specified in RFC 2616. This prevents compatibility issues, in particular with recent versions of Tomcat whcih store request header names in lower-case.
-
- Jan 28, 2010
-
-
Ceki Gulcu authored
found in DBAppenderTestFixture.java in the ch.qos.logback.access.db and ch.qos.logback.classic.db packages under src/test.
-
- Jan 26, 2010
-
-
Ceki Gulcu authored
automatically defined and added to the logger context. This value comes in handy in a variety of situations.
-
- Dec 04, 2009
-
-
Ceki Gulcu authored
- fixed http://jira.qos.ch/browse/LBSITE-35
-
- Dec 03, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
working with development done on Linux where the line endings is LF. This is still somewhat experimental.
-
- Dec 02, 2009
-
-
Ceki Gulcu authored
-
- Sep 19, 2009
-
-
Ceki Gulcu authored
-
- Aug 20, 2009
-
-
Ceki Gulcu authored
-
- Aug 11, 2009
-
-
Ceki Gulcu authored
-
- Aug 09, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jul 30, 2009
-
-
Ceki Gulcu authored
-
- Jul 23, 2009
-
-
Ceki Gulcu authored
-
- Jul 15, 2009
-
-
Ceki Gulcu authored
-
- Feb 26, 2009
-
-
Ceki Gulcu authored
SDOAware interface has been removed. ILoggerEvent interface no longer extends SDOAware. Appenders which rely on serialization invoke the appropriate PreSerializationTransformer to obtain a serializable representation of the event they are processing.
-
- Feb 25, 2009
-
-
Ceki Gulcu authored
This fairly extensive commit in terms of the number of affected classes but relatively small conceptually. It is a refactoring of the LoggingEvent class. The LoggingEvent class now implements the ILoggingEvent interface which essentially contains getter methods with no setters. LoggingEvent is no longer serializable because the relavant serialization code has been moved into LoggingEventSDO. A LoggingEvent object now requires transformation into LoggingEventSDO object before serializaiton. LoggingEventSDO class implements the ILoggingEvent interface. SDO stands for Serialable Data Object. All logback-classic components, including appenders, layouts, converters now operate on ILoggingEvent instances. In other words, logback-classic module is now a specialized processing chain for ILoggingEvent objects, instead of LoggerEvent objects previously. The getStartTime method which was previously part of LoggingEvent has migrated to the Context interface. This change is a nice fit from a conceptual point of view. All tests pass. Performance is has not been degraded. In the future commits, the LoggerRemoteView may be renamed as LoggerSDO, and similarly, LoggerContextRemoteView as LoggerContextSDO.
-
- Feb 16, 2009
-
-
Ceki Gulcu authored
- to method to remove files is called "unlink" in perl
-
- Feb 12, 2009
-
-
Ceki Gulcu authored
Also added an FAQ entry about logback dependencies This fixes LBGENERAL-8
-
- Feb 11, 2009
-
-
Ceki Gulcu authored
-
- Feb 09, 2009
-
-
Ceki Gulcu authored
-
- Jan 23, 2009
-
-
Ceki Gulcu authored
logback-access uses it as well. - Added unit tests in relation with default component class mapping rules in Joran. See also jira issue LBCLASSIC-103
-
- Jan 09, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Related to LBCORE-83.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- Added StatusMessage viewer servlet for lb-classic called ViewStatusMessagesServlet. - Added StatusMessage viewer servlet for lb-access called ViewStatusMessagesServlet. It works with Tomcat but not Jetty. - Added relevant documentation.
-
- Dec 30, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Dec 29, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Dec 28, 2008
-
-
Ceki Gulcu authored
- Fix LBCORE-74 HTMLLayoutBase now takes into custom conversion words. - Moved StringListAppender to c.q.l.classic.testUtil package
-
- Dec 27, 2008
-
-
Ceki Gulcu authored
- cleaned up config files so that "level" is an XML attribute and not an XML element - updated Gmail related examples - LBCLASSIC-100 Evaluators are now wired into an appender automatically (implicit rules) without the help of EvaluatorAction. EvaluatorAction is now only needed for global evaluator elements. It follows that name attribute is necessary only for global evaluators. Embedded evaluators no longer need a name. EvaluatorAction has been modified to accept evaluators of any type and not just JaninoEvaluators.
-
- Dec 26, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- add tests for verifying that parameter types which are concrete classes can be instantiated by implicit actions - ongoing work on evaluators
-