srsLTE/lib/src/srslog
Robert Falkenberg 50ac1c6c0a cmake: flag install() of compiled targets as OPTIONAL
This enables `make install` for partial builds of selected targets,
which otherwise fails because the omitted targets are not present.
2022-03-09 11:28:12 +01:00
..
bundled/fmt - Add a mutex with priority inheritance for srslog internal structures. 2021-05-18 09:28:03 +02:00
formatters Log the invalid format string to help grepping it in the logs. 2021-09-13 11:11:41 +02:00
sinks Implement a new option to flush the file sink contents on every write. 2021-09-14 10:22:37 +02:00
CMakeLists.txt cmake: flag install() of compiled targets as OPTIONAL 2022-03-09 11:28:12 +01:00
backend_worker.cpp Remove an unsafe assert in the log backend that could be triggered under very certain circumstances. 2021-06-28 10:02:22 +02:00
backend_worker.h Implement a benchmark for measuring latency in the foreground threads when pushing log entries. 2021-05-04 09:49:26 +02:00
event_trace.cpp - Add a mutex with priority inheritance for srslog internal structures. 2021-05-18 09:28:03 +02:00
log_backend_impl.h Implement a benchmark for measuring latency in the foreground threads when pushing log entries. 2021-05-04 09:49:26 +02:00
object_repository.h Apply srsLTE formatting rules to srsLog. They were previously formatted with different rules when the project lived in the external rapo. 2021-04-22 16:35:23 +02:00
srslog.cpp Implement a new option to flush the file sink contents on every write. 2021-09-14 10:22:37 +02:00
srslog_c.cpp Implement a new option to flush the file sink contents on every write. 2021-09-14 10:22:37 +02:00
srslog_instance.h Apply srsLTE formatting rules to srsLog. They were previously formatted with different rules when the project lived in the external rapo. 2021-04-22 16:35:23 +02:00