--- projects/cms/source/server/uk/org/iscream/cms/server/core/loggers/FileLogger.java 2003/02/05 16:43:47 1.12 +++ projects/cms/source/server/uk/org/iscream/cms/server/core/loggers/FileLogger.java 2004/08/01 10:40:56 1.13 @@ -1,6 +1,6 @@ /* * i-scream central monitoring system - * http://www.i-scream.org.uk + * http://www.i-scream.org * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -38,7 +38,7 @@ import java.io.IOException; * logging ot a text file. * * @author $Author: tdb $ - * @version $Id: FileLogger.java,v 1.12 2003/02/05 16:43:47 tdb Exp $ + * @version $Id: FileLogger.java,v 1.13 2004/08/01 10:40:56 tdb Exp $ */ public class FileLogger implements LoggerImpl { @@ -47,7 +47,7 @@ public class FileLogger implements LoggerImpl { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.12 $"; + public final String REVISION = "$Revision: 1.13 $"; //---STATIC METHODS---