[
https://issues.apache.org/jira/browse/GEARPUMP-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16153766#comment-16153766
]
ASF GitHub Bot commented on GEARPUMP-345:
-----------------------------------------
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
----
> LogUtil does not contain getLogger(Class<T>) type implementation for class
> level logging in Java.
> -------------------------------------------------------------------------------------------------
>
> Key: GEARPUMP-345
> URL: https://issues.apache.org/jira/browse/GEARPUMP-345
> Project: Apache Gearpump
> Issue Type: Improvement
> Components: core
> Environment: Java
> Reporter: Buddhi Ayesha
> Priority: Minor
>
> _org.apache.gearpump.util.LogUtil_ in gearpump-core module does not contain
> _getLogger(Class<T>)_ for class level logging in Java.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)