Ignore:
Timestamp:
2015-06-07T16:54:32+02:00 (10 years ago)
Author:
donvip
Message:

[josm_log4j] migrate to Log4j 2.3

Location:
applications/editors/josm/plugins/log4j/src/org/openstreetmap/josm/plugins/log4j
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/log4j/src/org/openstreetmap/josm/plugins/log4j/Log4jPlugin.java

    r28963 r31229  
    1 //License: GPL. Copyright 2012 Don-vip
     1// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.plugins.log4j;
    33
     
    55import org.openstreetmap.josm.plugins.PluginInformation;
    66
     7/**
     8 * Log4j plugin brings the Log4j API to other plugins.
     9 * @version 2.3
     10 */
    711public class Log4jPlugin extends Plugin {
     12
     13    /**
     14     * Constructs a new {@code Log4jPlugin}.
     15     * @param info plugin info
     16     */
    817    public Log4jPlugin(PluginInformation info) {
    918        super(info);
Note: See TracChangeset for help on using the changeset viewer.