Missing note about WARNING. designer_refactoring2_root gdb60-perf-wip_root
authorjglick@netbeans.org
Wed, 07 Nov 2007 10:36:54 +0000
changeset 309b94091c0c8fc
parent 308 0bbf3081605b
child 310 bc3066121fd5
Missing note about WARNING.
openide.util/src/org/openide/util/doc-files/logging.html
     1.1 --- a/openide.util/src/org/openide/util/doc-files/logging.html	Thu Nov 01 09:30:18 2007 +0000
     1.2 +++ b/openide.util/src/org/openide/util/doc-files/logging.html	Wed Nov 07 10:36:54 2007 +0000
     1.3 @@ -134,6 +134,10 @@
     1.4  }
     1.5  </pre>
     1.6  
     1.7 +<p>
     1.8 +    <code>WARNING</code> behaves the same way by default.
     1.9 +</p>
    1.10 +
    1.11  <p>If the exception is not important, and by default shall not
    1.12  be shown or logged at all one can
    1.13  use the <code>Level.FINE</code>, <code>Level.FINER</code> or