- Sep 29, 2006
-
-
Sebastien Pennec authored
- added a TomcatServerAdapter - organized imports in RequestLogImpl.java and JettyBasicTest.java.
-
- Sep 28, 2006
-
-
Sebastien Pennec authored
- corrected basic test, it now creates the POST request correctly and retrieves the post content, too.
-
Sebastien Pennec authored
- AccessEvent now remembers if the postContent has already been accessed - updated tests
-
- Sep 27, 2006
-
-
Sebastien Pennec authored
- added a PostContentConverter - created a test case and test setup to create and launch a Jetty server - added a getPostContent method to AccessEvent - added the corresponding pattern to PatternLayout - added javadoc to RequestLogImpl
-
- Sep 26, 2006
-
-
Sebastien Pennec authored
- Moved classes to Core module when possible.
-
Sebastien Pennec authored
- Moved classes to Core module when possible.
-
Sebastien Pennec authored
No commit message
-
Sebastien Pennec authored
- corrected hsqldb.sql and mysql.sql - added a testcase that creates an HSQLDB server, with a test database and uses it to test DBAppender. - modified some javadoc
-
- Sep 25, 2006
-
-
Sebastien Pennec authored
- modified ignore list on examples/classes/
-
Sebastien Pennec authored
- added a chapter4 package in the examples, containing several configuration files for logback, as well as a ConfigurationTester class to launch logback with a specified config. file.
-
Sebastien Pennec authored
- updated RollingFileAppender.java and FixedWindowRollingPolicy.java to show a link to the faq when adding errors to the context
-
Sebastien Pennec authored
- updated site.xml to use the new version of logback-skin - updated shortIntro.xml
-
Sebastien Pennec authored
-
- Sep 22, 2006
-
-
Sebastien Pennec authored
- added DBAppender and related classes. - added a configuration example - added a empty-for-now test case. A simple logback to mysql test worked with this first version
-
- Sep 21, 2006
-
-
Sebastien Pennec authored
- updated HTMLLayout accordingly - moved some classes to core module when appropriate.
-
- Sep 20, 2006
-
-
Sebastien Pennec authored
- added a ServerAdapter interface to allow the server-independent AccessEvent to reach server-specific methods - impemented this interface in JettyServerAdapter and DummyValuesAdapter, the latter used for testing only. - updated ConverterTest.
-
- Sep 19, 2006
-
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
- modified AccessEvent method getHeader to getRequestHeader - added getResponseHeader to AccessEvent - updated DummyResponse to provide header access
-
- Sep 15, 2006
-
-
Sebastien Pennec authored
- added a test class for Converters. - added two dummy implementations of HttpServletRequest and HttpServletResponse
-
- Sep 14, 2006
-
-
Ceki Gulcu authored
command for uploading bundles on pixie
-
Sebastien Pennec authored
- formatted xml to display properly
-
Ceki Gulcu authored
-
Sebastien Pennec authored
- updated a few classes' addError calls to display a link to the codes.html page
-
Sebastien Pennec authored
and verifies that the context and mdc values are passed and are readable once the event has been deserialized.
-
Sebastien Pennec authored
- quick intro about PatternLayout and pattern conversion - explanation of format modifier on classnames, with examples - doc in progress
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
- Sep 13, 2006
-
-
Ceki Gulcu authored
required for ibiblio bundling
-
Sebastien Pennec authored
- updated test so that it does not tests serialization but only appender behaviour.
-
Sebastien Pennec authored
-
Sebastien Pennec authored
- added IThrowableRenderer, an interface to allow multiple implementations of ThrowableRenderer to be easily used - added NOPThrowableRenderer, a no op implementation of the IThrowableRenderer interface - the HTMLLayout now uses the DefaultThrowableRenderer by default. - updated tests - on going work on the HTMLLayout javadoc
-
Sebastien Pennec authored
-
Sebastien Pennec authored
The ThrowableRenderer can be specified in the configuration file. If it is present, it is used to render the Exception in a new line. If no ThrowableRenderer is specified, the user must add a %ex to the pattern used by the HTMLLayout to display Exceptions.
-
Sebastien Pennec authored
- corrected docType declaration - suppressed two unused variables
-
Sebastien Pennec authored
- updated HTMLLayout to use the new class - updated tests - removed the unnecessary method onNewLine from ThrowableHandlingConverter
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-