Changes in src/Helpers/logger.cpp [92c52f:bf3817]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Helpers/logger.cpp ¶
r92c52f rbf3817 5 5 * Author: metzler 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" … … 44 49 45 50 /** 46 * Gets the verbosity.47 *48 * \return verbosity level49 */50 int logger::getVerbosity()51 {52 return verbosity;53 }54 55 /**56 51 * Operator for the Binary(arg) call. 57 52 * Constructs temporary a Verbose class object, wherein the Binary is stored.
Note:
See TracChangeset
for help on using the changeset viewer.