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=d7c0a373ff38b28a14fd7ee1cc6b…
commit d7c0a373ff38b28a14fd7ee1cc6be3cfbddbd850
Author: Harald Welte <laforge(a)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