Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-312

use append(charSquence, start, end) instead of append(string.substring(start,end))

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • 1.7.13
    • None
    • Core API
    • None
    • Operating System: Windows NT
      Platform: PC

    Description

      eg.

      sbuf.append( messagePattern.substring(begin, end) );

      use

      sbuf.append( messagePattern, start, end );

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            nitin.chauhan@live.com Nitin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: