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

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

Jianxia Chen created GEODE-5871:
-----------------------------------

             Summary: 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


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)