Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-411

Performance: logger calls are not optimal

    XMLWordPrintableJSON

Description

    Several logger calls are getLogger().debug()
    Should be replace by:

    if ( getLogger().isDebugEnabled() )
    {
        getLogger().debug( ... );
    }
    

    Attachments

      Activity

        People

          siveton Siveton Vincent
          siveton Siveton Vincent
          Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved: