- Feb 16, 2009
-
-
Ceki Gulcu authored
- to method to remove files is called "unlink" in perl
-
Ceki Gulcu authored
-
- Feb 12, 2009
-
-
Ceki Gulcu authored
in logback-core's manifest the import declaration for package "org.codehaus.janino" has resolution optional, and in logback-classic's manifest file, the import declarations for packages "sun.reflect" and "javax.jms" have resolution=optional. Moreover, in logback-classic, org.slf4j.impl is exported as version=1.5.6. Thus, the logback bundles should be resolvable without any modifications and without requiring any springsource bundles for jms and janino. Related to LBCLASSIC-101
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Also added an FAQ entry about logback dependencies This fixes LBGENERAL-8
-
Ceki Gulcu authored
This way, users who have js turned off in their browsers can be warned.
-
- Feb 11, 2009
-
-
Ceki Gulcu authored
-
- Feb 10, 2009
-
-
Ceki Gulcu authored
field called layout. This is related to LBCORE-56 See also http://qos.ch/pipermail/logback-dev/2009-February/003660.html
-
- Feb 09, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
and log4j appenders to logback as requested in LBSITE-27
-
Ceki Gulcu authored
field called layout. This is related to LBCORE-56 See also http://qos.ch/pipermail/logback-dev/2009-February/003660.html
-
- Feb 05, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 04, 2009
-
-
Ceki Gulcu authored
This is an initial implementation based on my previous work on log4j.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
in relation to LBSITE-25 and LBSITE-24. - Cosmetic changes in code.
-
- Feb 03, 2009
-
-
Ceki Gulcu authored
See also http://java.sun.com/javase/6/docs/api/java/util/concurrent/locks/Lock.html This issue was discussed on the logback-dev list in Feb 2009 under the subject "IllegalMonitorStateException inAppenderAttachableImpl.appendLoopOnAppenders()"
-
- Feb 02, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jan 28, 2009
-
-
Ceki Gulcu authored
-
- Jan 27, 2009
-
-
Ceki Gulcu authored
-
- Jan 26, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jan 25, 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 21, 2009
-
-
Ceki Gulcu authored
Joran is now able to assume a default type for nested components according to rules declared in a JoranConfigurator instance. The rules are located in an instance of the DefaultNestedComponentRegistry class. Thus, in many cases it will no longer be necessary to declare the class of a component in configuration files. Since the logback-classic and logback-access modes have their own JoranConfigurator classes, it is now possible to register rules specific to each logback module. For example, there is now a rule which maps the layout of an appender to a c.q.l.classic.PatternLayout instance for all appenders in logback-classic and to and instance of c.q.l.access.PatternLayout for all appenders in logback-access. This is still ongoing and incomplete work.
-
Ceki Gulcu authored
as an attribute and not as a nested element. However, the code still honors the old covention.
-
- Jan 15, 2009
-
-
Ceki Gulcu authored
Fixes LBCLASSIC-104. The prepareForDeferredProcessing() method in LoggingEvent now creates a copy mdcPropertiesMap. It follows that if the MDC is subsequently modified, the logging events are not impacted. SMTPAppender in lb-classic now invokes event.prepareForDeferredProcessing() method in subAppend(). Added relevant test case.
-
Ceki Gulcu authored
-
- Jan 09, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Related to LBCORE-83.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- added blurb in the news about ViewStatusServlet
-
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
-
Ceki Gulcu authored
-