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

Issue127 #128

Merged
merged 17 commits into from
Mar 8, 2022
Merged

Issue127 #128

merged 17 commits into from
Mar 8, 2022

Commits on Feb 17, 2022

  1. allow the setting of a logger to the JSch instance to allow

    instance-specific logging. The static methods are kept untouched to keep
    backward compatibility
    kimmerin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f7f7be8 View commit details
    Browse the repository at this point in the history
  2. reenabled message

    kimmerin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    fee4dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8220b3 View commit details
    Browse the repository at this point in the history
  4. removed commented out code containing the original exception without

    "for methods" information
    kimmerin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f71753e View commit details
    Browse the repository at this point in the history
  5. removed method unrelated to this issue

    kimmerin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7c2f3e1 View commit details
    Browse the repository at this point in the history
  6. added missing bracket

    kimmerin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ffe145d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c156b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. removed whitespaces

    kimmerin committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    8de3843 View commit details
    Browse the repository at this point in the history
  2. get logger from jsch on instantiation and allow to set a different one

    by setLogger
    kimmerin committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    6431bcf View commit details
    Browse the repository at this point in the history
  3. changed logger setting to fall back to JSch-logger retrieval if no

    specific logger has been set by setLogger.
    kimmerin committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    48a6ff2 View commit details
    Browse the repository at this point in the history
  4. added test for logger handling

    kimmerin committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    1cc013c View commit details
    Browse the repository at this point in the history
  5. added javadoc

    kimmerin committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    af03841 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. check if logging is necessary before calling

    kimmerin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b127caf View commit details
    Browse the repository at this point in the history
  2. Implementation of Issue 127: Allow the setting of a logger

    on the instance level.
    
    allow the setting of a logger to the JSch instance to allow
    instance-specific logging. The static methods are kept untouched to keep
    backward compatibility
    
    reenabled message
    
    changes according to the feedback in the pull request
    
    removed commented out code containing the original exception without
    "for methods" information
    
    removed method unrelated to this issue
    
    added missing bracket
    
    changed logging in compression classes to use own methods
    
    removed whitespaces
    
    get logger from jsch on instantiation and allow to set a different one
    by setLogger
    
    changed logger setting to fall back to JSch-logger retrieval if no
    specific logger has been set by setLogger.
    
    added test for logger handling
    
    added javadoc
    
    check if logging is necessary before calling
    kimmerin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    55e3ef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    636d0d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    77a878e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d1466 View commit details
    Browse the repository at this point in the history