GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/208

    Logging fatal to error

    This PR renamed the helper `Log` operations from `fatal` to `error` as 
being the more usual naming these days.
    
    It also contains adding a clone operation to `IndentedWriter` which makes 
it much easier necessary to create an `IndentedWriter` for stdout/stderr by 
cloning the standard ones. The clone can be used to indent etc without 
affecting the system provided ones.
    
    (both these come from working with some complex multiline logging needs 
mixing 
    the usual one line logging and multiline datastructures)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena logging-fatal-to-error

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/208.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #208
    
----
commit 087477733906d64bc30115040e6c24d8e8e56e22
Author: Andy Seaborne <[email protected]>
Date:   2017-01-25T20:29:48Z

    Rename Log.fatal as Log.error (more usually naming).
    
    Leave deprecations in place.

commit e96d356d03bc99711558fba53ba1f3e6514d5c38
Author: Andy Seaborne <[email protected]>
Date:   2017-01-25T20:34:01Z

    Add a clone operation to produce a disconnected IndentedWriter.
    
    This can be used with the stdout/stderr IndentedWriters to create
    an isolated, mutable configuration IndentedWriter.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to