svn commit: r409 - in logback/classic/trunk/src/test/java/ch/qos/logback/classic: . control

Author: ceki Date: Mon Aug 7 20:20:23 2006 New Revision: 409 Modified: logback/classic/trunk/src/test/java/ch/qos/logback/classic/AllTest.java logback/classic/trunk/src/test/java/ch/qos/logback/classic/control/RandomUtilTest.java Log: minor changes Modified: logback/classic/trunk/src/test/java/ch/qos/logback/classic/AllTest.java ============================================================================== --- logback/classic/trunk/src/test/java/ch/qos/logback/classic/AllTest.java (original) +++ logback/classic/trunk/src/test/java/ch/qos/logback/classic/AllTest.java Mon Aug 7 20:20:23 2006 @@ -1,11 +1,11 @@ /** - * LOGBack: the reliable, fast and flexible logging library for Java. - * + * Logback: the reliable, generic, fast and flexible logging framework. + * * Copyright (C) 1999-2006, QOS.ch - * - * This library is free software, you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation. + * + * This library is free software, you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation. */ package ch.qos.logback.classic; Modified: logback/classic/trunk/src/test/java/ch/qos/logback/classic/control/RandomUtilTest.java ============================================================================== --- logback/classic/trunk/src/test/java/ch/qos/logback/classic/control/RandomUtilTest.java (original) +++ logback/classic/trunk/src/test/java/ch/qos/logback/classic/control/RandomUtilTest.java Mon Aug 7 20:20:23 2006 @@ -1,11 +1,11 @@ -/** - * LOGBack: the reliable, fast and flexible logging library for Java. - * - * Copyright (C) 1999-2005, QOS.ch, LOGBack.com - * - * This library is free software, you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation. +/** + * Logback: the reliable, generic, fast and flexible logging framework. + * + * Copyright (C) 1999-2006, QOS.ch + * + * This library is free software, you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation. */ package ch.qos.logback.classic.control;

Hello Stephane, In logback documentation we should recommended that Logger variables be instance variables and *not* static. Here is why: [1] http://www.slf4j.org/pipermail/user/2006-June/000126.html [2] http://www.slf4j.org/pipermail/user/2006-June/000129.html [2] http://wiki.apache.org/jakarta-commons/Logging/StaticLog -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://ceki.blogspot.com/
participants (2)
-
Ceki Gülcü
-
noreply.ceki@qos.ch