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

Reply via email to