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

Rename develop_log_is_enabled() to log_develop_is_enabled()

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • svc
    • b107

      All logging macros exposed for public consumption by the Unified logging framework follows the naming convention "log_*", except for develop_log_is_enabled(). I suggest we rename that to log_develop_is_enabled(). With such a rename we will have:

      log_trace
      log_debug
      log_info
      log_warning
      log_error
      log_is_enabled

      followed by the develop versions:

      log_develop_trace
      log_develop_debug
      log_develop_info
      log_develop_warning
      log_develop_error
      log_develop_is_enabled (instead of develop_log_is_enabled)

            pliden Per Liden (Inactive)
            pliden Per Liden (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: