Glass GTK: Replace LOG and ERROR macros with a variadic version

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P5
    • tbd
    • Affects Version/s: None
    • Component/s: javafx
    • generic
    • linux

      https://github.com/openjdk/jfx/pull/1789 introduced LOG macro which uses variadic arguments. This enhancement is a cleanup one, to track updating the rest of numbered LOG/ERROR macros in GTK Glass backend with the new variadic versions. Some spots directly use `fprintf(stderr, ...)` instead of using LOG/ERROR macros, those should also be adjusted. LOG/ERROR macros could also print file name and line to easier identify where potential problems arise.

            Assignee:
            Lukasz Kostyra
            Reporter:
            Lukasz Kostyra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: