summaryrefslogtreecommitdiff
path: root/src/libcamera/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/log.cpp')
-rw-r--r--src/libcamera/log.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcamera/log.cpp b/src/libcamera/log.cpp
index c1ec5561..281e31d9 100644
--- a/src/libcamera/log.cpp
+++ b/src/libcamera/log.cpp
@@ -90,6 +90,11 @@ static const char *log_severity_name(LogSeverity severity)
*/
/**
+ * \param fileName The file name where the message is logged from
+ * \param line The line number where the message is logged from
+ * \param severity The log message severity, controlling how the message will be
+ * displayed
+ *
* Create a log message pertaining to line \a line of file \a fileName. The
* \a severity argument sets the message severity to control whether it will be
* output or dropped.
@@ -130,6 +135,8 @@ LogMessage::~LogMessage()
* Data is added to a LogMessage through the stream returned by this function.
* The stream implements the std::ostream API and can be used for logging as
* std::cout.
+ *
+ * \return A reference to the log message stream
*/
} /* namespace libcamera */