Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4464348

logging: need to rationalize Logger convenience methods

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • core-libs
    • beta2
    • x86
    • windows_nt
    • Verified


      The logger class contains a set of convenience methods to make
      logging easier.

      These need to be extended to support two additional requests:

        1) We need to add methods that take an explicit resource bundle name
           for internationalization (requested by IBM)

        2) We need to add convenience methods for the case where one or two
           parameters need to be passed to a logging message. We had been
           relying on printf style formatting and concise array literals to
           solve this problem for us. However, since these features are no
           longer in merlin, we need to solve this in the logging API.

      The addition of these extra convenience methods will complicate an
      already complicated set of convenience methods. It is therefore
      highly desirable to be able to better group the logging convenience
      methods, to make it easier for developers to decide which set they
      are dealing with.

      graham.hamilton@Eng 2001-05-30

            ghamiltosunw Graham Hamilton (Inactive)
            ghamiltosunw Graham Hamilton (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: