projects
/
evaf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d6a19
)
Added Common::iLogger::Count to the message severities enum. Indicates the number...
author
Enar Väikene
<enar@vaikene.net>
Tue, 18 Oct 2011 12:42:22 +0000
(15:42 +0300)
committer
Enar Väikene
<enar@vaikene.net>
Tue, 18 Oct 2011 12:42:22 +0000
(15:42 +0300)
src/libs/Common/ilogger.h
patch
|
blob
|
history
diff --git
a/src/libs/Common/ilogger.h
b/src/libs/Common/ilogger.h
index 7c9158587c7f698ef56fdeea02fe6bf6e40cb515..a9617ebd2adfa6aa3cfbe1f5856a09f2e5cc939e 100644
(file)
--- a/
src/libs/Common/ilogger.h
+++ b/
src/libs/Common/ilogger.h
@@
-62,7
+62,8
@@
public:
Error, ///< Unexpected issues in the software that could be solved automatically.
Warning, ///< Expected issues in the software that will be solved automatically.
Info, ///< General information output by the application or modules.
- Debug ///< Information for debugging purposes.
+ Debug, ///< Information for debugging purposes.
+ Count ///< Number of severity levels
};
/// Interface constructor