[PATCH 0/2] Logging functions

ustun.ergenoglu at gmail.com ustun.ergenoglu at gmail.com
Thu Feb 2 14:15:59 PST 2012


From: Ustun Ergenoglu <ego at ustun.fi>

Added new functions for logging and replaced the fprintf calls with the new
wl_log calls.

Ustun Ergenoglu (2):
  New logging functionality
  Replaced fprintf calls with the new wl_log function.

 src/Makefile.am      |    6 ++-
 src/connection.c     |    9 ++--
 src/event-loop.c     |   11 ++--
 src/wayland-client.c |   19 ++++----
 src/wayland-log.c    |  131 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/wayland-log.h    |   67 +++++++++++++++++++++++++
 src/wayland-server.c |   15 +++---
 7 files changed, 231 insertions(+), 27 deletions(-)
 create mode 100644 src/wayland-log.c
 create mode 100644 src/wayland-log.h

-- 
1.7.5.4



More information about the wayland-devel mailing list