/[classpath]/classpath/java/util/logging/Handler.java
ViewVC logotype

Diff of /classpath/java/util/logging/Handler.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mark, Sat Jul 2 20:32:44 2005 UTC revision 1.9 by tromey, Tue Sep 13 22:19:15 2005 UTC
# Line 191  h.setFormatter(h.getFormatter());</pre> Line 191  h.setFormatter(h.getFormatter());</pre>
191     * Returns the character encoding which this handler uses for publishing     * Returns the character encoding which this handler uses for publishing
192     * log records.     * log records.
193     *     *
194     * @param encoding the name of a character encoding, or <code>null</code>     * @return the name of a character encoding, or <code>null</code>
195     *            for the default platform encoding.     *         for the default platform encoding.
196     */     */
197    public String getEncoding()    public String getEncoding()
198    {    {
# Line 252  h.setFormatter(h.getFormatter());</pre> Line 252  h.setFormatter(h.getFormatter());</pre>
252     * Sets the <code>Filter</code> for controlling which     * Sets the <code>Filter</code> for controlling which
253     * log records will be published by this <code>Handler</code>.     * log records will be published by this <code>Handler</code>.
254     *     *
255     * @return the <code>Filter</code> to use, or     * @param filter the <code>Filter</code> to use, or
256     *         <code>null</code> to filter log records purely based     *         <code>null</code> to filter log records purely based
257     *         on their severity level.     *         on their severity level.
258     */     */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26