libosmocore.git branch master updated. 0.9.0-303-gd7c0a37

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon Dec 5 18:48:51 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  d7c0a373ff38b28a14fd7ee1cc6be3cfbddbd850 (commit)
      from  909cbecbb9d3223b3b372849564600bb9be7fbda (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=d7c0a373ff38b28a14fd7ee1cc6be3cfbddbd850

commit d7c0a373ff38b28a14fd7ee1cc6be3cfbddbd850
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 2 13:52:59 2016 +0100

    logging: Extend log_target with call-back for un-formatted log line
    
    Some targets might not want to receive only an opaque, pre-formatted
    string, but rather the unformatted arguments with metadata like
    sub-system/level/file/line.  We solve this by introducing a
    log_target->output_raw() function pointer.  If a target specifies this
    function, it takes precedence over the regular log_target->output()
    function.
    
    Change-Id: I9dc9205d70dce9581458e7e9dc2d8a92991897bd

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/core/logging.h | 18 +++++++++++++++++-
 src/logging.c                  |  5 ++++-
 2 files changed, 21 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list