diff --git a/src/Tool/Tool.h b/src/Tool/Tool.h index 1c89060..b0a2cd5 100644 --- a/src/Tool/Tool.h +++ b/src/Tool/Tool.h @@ -60,7 +60,11 @@ namespace ToolFramework{ } private: - + + static const int v_error=0; + static const int v_warning=1; + static const int v_message=2; + static const int v_debug=3;