From c7a0bf1ffc7f92f8f51311a307f53e925f465320 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 25 Apr 2018 12:17:10 +0200 Subject: lms: Several improvements and compilation/runtime fixes Continuation of initial work done on LimeSuite support from Harald. Change-Id: Ib2fca81b76d027b08e2891056fa076d071597783 --- CommonLibs/Logger.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CommonLibs/Logger.h') diff --git a/CommonLibs/Logger.h b/CommonLibs/Logger.h index 5b0b05c..e18ecfb 100644 --- a/CommonLibs/Logger.h +++ b/CommonLibs/Logger.h @@ -53,6 +53,9 @@ extern "C" { #define LOGC(category, level) \ Log(category, LOGL_##level, __BASE_FILE__, __LINE__).get() << "[tid=" << pthread_self() << "] " +#define LOGLV(category, level) \ + Log(category, level, __BASE_FILE__, __LINE__).get() << "[tid=" << pthread_self() << "] " + /** A C++ stream-based thread-safe logger. This object is NOT the global logger; -- cgit v1.2.3