[Webkit-unassigned] [Bug 110313] New: [EFL] Use EINA_LOG instead of fprintf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 20 00:22:53 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110313

           Summary: [EFL] Use EINA_LOG instead of fprintf
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com
                CC: demarchi at webkit.org


EFL port has used EINA_LOG_XXX to display error message. However, some EFL files use fprintf instead of EINA_LOG macro. 

FYI, we can see EINA_LOG message as below method,

1. export EINA_LOG_LEVEL=level value(e.g. Set 3)

  EINA_LOG_LEVEL_CRITICAL = 0
  EINA_LOG_LEVEL_ERR = 1
  EINA_LOG_LEVEL_WARN = 2    
  EINA_LOG_LEVEL_INFO = 3
  EINA_LOG_LEVEL_DBG = 4

2. Run MiniBrowser.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list