Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-826

Java API LogWriter does not properly format messages

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • s11-M1
    • None
    • None
    • None

      The Java LogWriter interface calls msg.format(args), where msg is a pattern string and args is the list of format arguments. This is a bug, because format does not take a list as a parameter, it takes variable arguments. So it should look like this instead: msg.format(args:_*)

              jchab Jessie Chab
              slawrence Steve Lawrence
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: