Author: chatellier Date: 2009-03-27 09:06:32 +0000 (Fri, 27 Mar 2009) New Revision: 1415 Modified: lutinutil/trunk/src/main/java/org/codelutin/log/LutinLog.java Log: Deprecate LutinLog Modified: lutinutil/trunk/src/main/java/org/codelutin/log/LutinLog.java =================================================================== --- lutinutil/trunk/src/main/java/org/codelutin/log/LutinLog.java 2009-03-19 17:16:10 UTC (rev 1414) +++ lutinutil/trunk/src/main/java/org/codelutin/log/LutinLog.java 2009-03-27 09:06:32 UTC (rev 1415) @@ -1,5 +1,5 @@ /* *##% Lutin utilities library - * Copyright (C) 2004 - 2008 CodeLutin + * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -15,18 +15,8 @@ * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ -/* * - * LutinLog.java - * - * Created: 9 sept. 06 03:53:09 - * - * @author poussin - * @version $Revision$ - * - * Last update: $Date$ - * by : $Author$ - */ + package org.codelutin.log; import java.awt.Component; @@ -38,12 +28,20 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.impl.Log4JLogger; - /** + * LutinLog.java + * + * Created: 9 sept. 06 03:53:09 + * * @author poussin + * @version $Revision$ * + * Last update: $Date$ + * by : $Author$ + * + * @deprecated on 20090327 this class seam to produce a frame on each + * log call (produce huge memory consumption) */ - public class LutinLog implements Log { private LutinLogFactory factory = null;