Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate PluginLoggerImpl from LoggerImpl #2075

Merged
merged 2 commits into from
Feb 10, 2014

Commits on Feb 6, 2014

  1. Separate PluginLoggerImpl from LoggerImpl

    Since all methods in LoggerImpl were checking
    `if (runAsPlugin < 0) {...}` separating out the logic
    into a separate class is straight-forward. The reason
    for doing this, however, is that in the case that the
    IJ plugin is used with the `loci_tools.jar` jar, which
    contains log4j, then the client hangs at
    
        "Loading Logger Service"
    joshmoore committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    76a65f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Configuration menu
    Copy the full SHA
    9680f71 View commit details
    Browse the repository at this point in the history