nicko       2004/05/30 04:28:55

  Modified:    src/Config BasicConfigurator.cs
  Log:
  Renamed PatternLayout.TtlnConversionPattern to DetailConversionPattern
  
  Revision  Changes    Path
  1.4       +3 -3      logging-log4net/src/Config/BasicConfigurator.cs
  
  Index: BasicConfigurator.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Config/BasicConfigurator.cs,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BasicConfigurator.cs      26 Feb 2004 21:02:57 -0000      1.3
  +++ BasicConfigurator.cs      30 May 2004 11:28:55 -0000      1.4
  @@ -72,7 +72,7 @@
                /// Initializes the log4net logging system using a <see 
cref="ConsoleAppender"/>
                /// that will write to <c>Console.Out</c>. The log messages are
                /// formatted using the <see cref="PatternLayout"/> layout 
object
  -             /// with the <see cref="PatternLayout.TtlnConversionPattern"/>
  +             /// with the <see cref="PatternLayout.DetailConversionPattern"/>
                /// layout style.
                /// </para>
                /// </remarks>
  @@ -99,13 +99,13 @@
                /// Initializes the specified repository using a <see 
cref="ConsoleAppender"/>
                /// that will write to <c>Console.Out</c>. The log messages are
                /// formatted using the <see cref="PatternLayout"/> layout 
object
  -             /// with the <see cref="PatternLayout.TtlnConversionPattern"/>
  +             /// with the <see cref="PatternLayout.DetailConversionPattern"/>
                /// layout style.
                /// </para>
                /// </remarks>
                static public void Configure(ILoggerRepository repository) 
                {
  -                     BasicConfigurator.Configure(repository, new 
ConsoleAppender(new PatternLayout(PatternLayout.TtlnConversionPattern)));
  +                     BasicConfigurator.Configure(repository, new 
ConsoleAppender(new PatternLayout(PatternLayout.DetailConversionPattern)));
                }
   
                /// <summary>
  
  
  

Reply via email to