ymikulski    2002/09/25 15:47:51

  Modified:    csframework/src/cs/Logger AbstractLogEnabled.cs
                        ConsoleLogger.cs ILogEnabled.cs ILogger.cs
                        Log4netLogger.cs NullLogger.cs
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Logger/AbstractLogEnabled.cs
  
  Index: AbstractLogEnabled.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Logger/AbstractLogEnabled.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractLogEnabled.cs     13 Aug 2002 12:59:11 -0000      1.1
  +++ AbstractLogEnabled.cs     25 Sep 2002 22:47:51 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Logger
  
  
  
  1.2       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Logger/ConsoleLogger.cs
  
  Index: ConsoleLogger.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Logger/ConsoleLogger.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConsoleLogger.cs  13 Aug 2002 12:59:11 -0000      1.1
  +++ ConsoleLogger.cs  25 Sep 2002 22:47:51 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Logger
  
  
  
  1.2       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Logger/ILogEnabled.cs
  
  Index: ILogEnabled.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Logger/ILogEnabled.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ILogEnabled.cs    13 Aug 2002 12:59:11 -0000      1.1
  +++ ILogEnabled.cs    25 Sep 2002 22:47:51 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Logger
  
  
  
  1.2       +7 -7      jakarta-avalon-excalibur/csframework/src/cs/Logger/ILogger.cs
  
  Index: ILogger.cs
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Logger/ILogger.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ILogger.cs        13 Aug 2002 12:59:11 -0000      1.1
  +++ ILogger.cs        25 Sep 2002 22:47:51 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Logger
  
  
  
  1.2       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Logger/Log4netLogger.cs
  
  Index: Log4netLogger.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Logger/Log4netLogger.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Log4netLogger.cs  13 Aug 2002 12:59:11 -0000      1.1
  +++ Log4netLogger.cs  25 Sep 2002 22:47:51 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   using log4net;
   
  
  
  
  1.2       +7 -7      jakarta-avalon-excalibur/csframework/src/cs/Logger/NullLogger.cs
  
  Index: NullLogger.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Logger/NullLogger.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NullLogger.cs     13 Aug 2002 12:59:11 -0000      1.1
  +++ NullLogger.cs     25 Sep 2002 22:47:51 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Logger
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to