Fix typo.
parent
d48ac9d0a4
commit
8d7e5db98c
|
@ -73,9 +73,9 @@ public:
|
||||||
* @brief Log severity to describe the granularity of logging.
|
* @brief Log severity to describe the granularity of logging.
|
||||||
*/
|
*/
|
||||||
enum LogSeverity {
|
enum LogSeverity {
|
||||||
NORMAL, //!< Normal granularity of logging
|
NORMAL, ///< Normal granularity of logging
|
||||||
DEBUGING, //!< Debug messages will be logged, but not verbose debug messages.
|
DEBUGGING, ///< Debug messages will be logged, but not verbose debug messages.
|
||||||
VERBOSE //!< All messages will be logged
|
VERBOSE ///< All messages will be logged
|
||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue