From 6de85cb047b3859f0e1b6d6db86cb735882278c8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Nov 2013 22:17:53 +0100 Subject: Log: document the LogLevel items --- src/Log.hxx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/Log.hxx b/src/Log.hxx index f04406dc3..38bc4a829 100644 --- a/src/Log.hxx +++ b/src/Log.hxx @@ -34,9 +34,25 @@ class Error; class Domain; enum class LogLevel { + /** + * Debug message for developers. + */ DEBUG, + + /** + * Unimportant informational message. + */ INFO, + + /** + * Warning: something may be wrong. + */ WARNING, + + /** + * An error has occurred, an operation could not finish + * successfully. + */ ERROR, }; -- cgit v1.2.3