You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/14 23:31:00 UTC

[jira] [Updated] (GEODE-5871) TransactionUtils should be replaced by a static Logger

     [ https://issues.apache.org/jira/browse/GEODE-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-5871:
----------------------------------
    Labels: pull-request-available  (was: )

> TransactionUtils should be replaced by a static Logger
> ------------------------------------------------------
>
>                 Key: GEODE-5871
>                 URL: https://issues.apache.org/jira/browse/GEODE-5871
>             Project: Geode
>          Issue Type: Improvement
>          Components: logging
>            Reporter: Jianxia Chen
>            Priority: Trivial
>              Labels: pull-request-available
>
> TransactionUtils existed back when loggers only existed when the distributed system was connected. Now that each class can have its own static logger that will exist for the lifetime of that class, TransactionUtils can be removed and any code that uses it can use a static logger created by calling LogService.getLogger().



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)