Skip to content

Changes

Started by upstream project gerrit-libosmocore #2270
Started 9 days 13 hr ago
Queued 2 min 41 sec

Summary

  1. logging: Move log target file to its own file (details)
Commit e63477707b1fb1b9463b3eb22736d54d6c0a42e0 by Pau Espin Pedrol
logging: Move log target file to its own file

We already have all other log_target implementations each on its own
file. Move the file (and stderr, a specific case of file) into its own
file too, properly separating most file-specific logic from general
logging logic.

Change-Id: I8e32e31c75b66ff0649d92c2f469f8895689fbad
The file was modifiedinclude/osmocom/core/logging_internal.h
The file was modifiedsrc/core/logging.c
The file was modifiedsrc/core/Makefile.am
The file was addedsrc/core/logging_file.c