From c8dca30d72eb733d154ab9dd193631c42b8e4788 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 4 May 2011 15:27:11 -0700 Subject: uhd: replaced many conditional prints with UHD_LOG usage --- host/include/uhd/utils/log.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/utils/log.hpp b/host/include/uhd/utils/log.hpp index b3e88f865..9dceea982 100644 --- a/host/include/uhd/utils/log.hpp +++ b/host/include/uhd/utils/log.hpp @@ -23,7 +23,7 @@ #include #include -/*! +/*! \file log.hpp * The UHD logging facility. * * The logger enables UHD library code to easily log events into a file. @@ -35,6 +35,7 @@ * To override , set the UHD_TEMP_PATH environment variable. * * All log messages with verbosity greater than or equal to the log level + * (in other words, as often or less often than the current log level) * are recorded into the log file. All other messages are sent to null. * * The default log level is "regular", but can be overridden: -- cgit v1.2.3