Skip to content
Failed

Changes

Summary

  1. logging: Move log target file to its own file (details)
Commit fb2d7bf0f9a694841b464534cf12b764b1574095 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 modifiedsrc/core/logging.c
The file was modifiedinclude/osmocom/core/logging_internal.h
The file was addedsrc/core/logging_file.c
The file was modifiedsrc/core/Makefile.am