Skip to content
  • Martin Minarik's avatar
    Wayland: logging · 8e2a7867
    Martin Minarik authored
    The core libwayland libraries should not handle logging, only passing
    the error messages to subscribed functions.
    An application linked to libwayland-server or libwayland-client
    will be able to set own functions (one per library) to handle error
    messages.
    
    Change in this series: make the wl_log return int, because
    of compatibility with printf. It will return the number of bytes logged.
    8e2a7867