You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/09/08 15:53:26 UTC

[isis] 01/01: Merge pull request #122 from blaugold/ISIS-1979

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 7baf89b4b278193cbcb01d7ee691f8c7175b682f
Merge: ce78f27 53332a2
Author: Andi Huber <ho...@gmx.at>
AuthorDate: Sat Sep 8 17:53:22 2018 +0200

    Merge pull request #122 from blaugold/ISIS-1979
    
    ISIS-1979: Refactor logging in headless runtime and prevent configuriā€¦

 .../runtime/logging/IsisLoggingConfigurer.java     | 13 ++++---
 .../HeadlessWithBootstrappingAbstract.java         | 41 ++++++++-------------
 .../isis/core/runtime/headless/IsisSystem.java     | 42 +++-------------------
 .../runtime/headless/IsisSystemBootstrapper.java   | 35 +++++-------------
 .../runtime/headless/logging/LeveledLogger.java    | 36 +++++++++++++++++++
 .../core/runtime/headless/logging/LogStream.java   | 31 ++++------------
 6 files changed, 77 insertions(+), 121 deletions(-)