GitHub user buddhiayesha2015 opened a pull request:
https://github.com/apache/incubator-gearpump/pull/224
[GEARPUMP-345] Add getLogger(Class <?>) implementation for Java
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [ ] Make sure the commit message is formatted like:
`[GEARPUMP-<Jira issue #>] Meaningful description of pull request`
- [ ] Make sure tests pass via `sbt clean test`.
- [ ] Make sure old documentation affected by the pull request has been
updated and new documentation added for new functionality.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BuddhiAR/incubator-gearpump master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-gearpump/pull/224.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 #224
----
commit 5c061b359e5aefee13410cd895a8a75f04992334
Author: Buddhi Ayesha <[email protected]>
Date: 2017-09-05T11:23:33Z
[GEARPUMP-345] Add getLogger(Class <?>) implementation for Java
----
---