You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Hendy Irawan (JIRA)" <ji...@apache.org> on 2013/04/05 11:16:15 UTC

[jira] [Created] (DIRAPI-127) org.apache.directory.ldap.client.api.SearchCursorImpl should use normal logger (not "CURSOR")

Hendy Irawan created DIRAPI-127:
-----------------------------------

             Summary: org.apache.directory.ldap.client.api.SearchCursorImpl should use normal logger (not "CURSOR")
                 Key: DIRAPI-127
                 URL: https://issues.apache.org/jira/browse/DIRAPI-127
             Project: Directory Client API
          Issue Type: Bug
    Affects Versions: 1.0.0-M15
            Reporter: Hendy Irawan


instead of the currently:

    private static final Logger LOG_CURSOR = LoggerFactory.getLogger( "CURSOR" );

it should use the standard

    private static final Logger LOG_CURSOR = LoggerFactory.getLogger( SearchCursorImpl.class );

So it can be controlled consistently just like the other loggers in the application.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira