--- projects/cms/source/server/uk/org/iscream/cms/server/core/loggers/ScreenLogger.java 2001/03/14 23:25:29 1.6 +++ projects/cms/source/server/uk/org/iscream/cms/server/core/loggers/ScreenLogger.java 2001/05/29 17:02:35 1.7 @@ -1,9 +1,9 @@ //---PACKAGE DECLARATION--- -package uk.org.iscream.core.loggers; +package uk.org.iscream.cms.server.core.loggers; //---IMPORTS--- -import uk.org.iscream.util.*; -import uk.org.iscream.core.*; +import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.server.core.*; import java.util.Date; import java.text.DateFormat; import java.util.Locale; @@ -14,7 +14,7 @@ import java.util.Locale; * all the logging information it receives to the screen. * * @author $Author: tdb $ - * @version $Id: ScreenLogger.java,v 1.6 2001/03/14 23:25:29 tdb Exp $ + * @version $Id: ScreenLogger.java,v 1.7 2001/05/29 17:02:35 tdb Exp $ */ public class ScreenLogger implements LoggerImpl { @@ -23,7 +23,7 @@ public class ScreenLogger implements LoggerImpl { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.6 $"; + public final String REVISION = "$Revision: 1.7 $"; //---STATIC METHODS--- @@ -58,7 +58,7 @@ public class ScreenLogger implements LoggerImpl { * Overrides the {@link java.lang.Object#toString() Object.toString()} * method to provide clean logging (every class should have this). * - * This uses the uk.org.iscream.util.FormatName class + * This uses the uk.org.iscream.cms.server.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision