donaldp     01/03/27 05:26:02

  Modified:    src/java/org/apache/log LogKit.java
  Log:
  Add some javadoc.
  
  Revision  Changes    Path
  1.4       +6 -0      jakarta-avalon-logkit/src/java/org/apache/log/LogKit.java
  
  Index: LogKit.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/LogKit.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LogKit.java       2001/03/27 06:08:48     1.3
  +++ LogKit.java       2001/03/27 13:26:02     1.4
  @@ -79,6 +79,12 @@
   }
       */
   
  +
  +    /**
  +     * Retrieve the default log engine which all the static methods in LogKit 
deferr to.
  +     *
  +     * @return the defaut LogEngine
  +     */
       public static LogEngine getDefaultLogEngine()
       {
           return c_engine;
  
  
  

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

Reply via email to