[PATCH 0/3] lib: logging: add multiple output logs

Colin King colin.king at canonical.com
Mon Jun 11 10:00:35 UTC 2012


From: Colin Ian King <colin.king at canonical.com>

Rework the logging to allow for multiple output logs when specifying
different log types.

Colin Ian King (3):
  lib: rework logging and framework to allow for multiple output logs
  lib: fwts_summary: handle the log_type now that it is a bit map
  lib: fwts_framework: handle --log-type parse errors

 src/lib/include/fwts_log.h       |   66 +++++--
 src/lib/src/fwts_framework.c     |  101 ++++++-----
 src/lib/src/fwts_log.c           |  363 +++++++++++++++++++++++++++++---------
 src/lib/src/fwts_log_html.c      |  133 +++++++-------
 src/lib/src/fwts_log_json.c      |   52 +++---
 src/lib/src/fwts_log_plaintext.c |   63 ++++---
 src/lib/src/fwts_log_xml.c       |   72 ++++----
 src/lib/src/fwts_summary.c       |    4 +-
 8 files changed, 536 insertions(+), 318 deletions(-)

-- 
1.7.10.4





More information about the fwts-devel mailing list