You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2019/01/02 13:08:00 UTC

[jira] [Created] (TOBAGO-1968) Using unified initaliser for logger constant

Udo Schnurpfeil created TOBAGO-1968:
---------------------------------------

             Summary: Using unified initaliser for logger constant
                 Key: TOBAGO-1968
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1968
             Project: MyFaces Tobago
          Issue Type: Task
          Components: Core
            Reporter: Udo Schnurpfeil
            Assignee: Udo Schnurpfeil


Using this code to init a logger:

{code}
  private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
{code}

See: [https://www.slf4j.org/faq.html#declaration_pattern]



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