Salome HOME
[EDF30062] : Steering proxy threshold/directory without environement considerations...
[modules/kernel.git] / src / Basics / libSALOMELog.hxx
index 38df1b0d81d4e2a4a0c544c585abbb4d63c0bb5b..6a9468c6c94c9af58e1f49002c2fb19ad9b7004c 100644 (file)
@@ -27,6 +27,7 @@
 #include "SALOME_Basics.hxx"
 
 #include <string>
+#include <vector>
 
 namespace SALOME
 {
@@ -41,6 +42,8 @@ namespace SALOME
   bool BASICS_EXPORT IsInfoLevel();
   bool BASICS_EXPORT IsWarningLevel();
   bool BASICS_EXPORT IsErrorLevel();
+  void BASICS_EXPORT AppendTimeClock(std::ostream& os);
   VerbosityLevelType BASICS_EXPORT VerbosityLevel();
   std::string BASICS_EXPORT VerbosityLevelStr();
+  std::vector<std::string> BASICS_EXPORT GetAllVerbosityLevelPossibilitiesStr();
 }