Salome HOME
add options-help get from launcher
[modules/kernel.git] / src / Basics / libSALOMELog.hxx
index f4d91193e6555135b81cb6f8be3c487006e07206..6a9468c6c94c9af58e1f49002c2fb19ad9b7004c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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();
 }