EgtExecutor :

- si passa il livello di debug a EGtGeomKernel
- sostituito SQ_INFINITO a INFINITO * INFINITO.
This commit is contained in:
Dario Sassi
2020-09-19 10:38:56 +00:00
parent 04f6923aff
commit 02470abc0c
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -71,6 +71,8 @@ ExeInit( int nDebug, const string& sLogFile, const string& sLogMsg)
// assegno il livello di debug
s_nDebugLev = max( nDebug, 0) ;
// lo passo alle DLL
SetEGkDebugLev( s_nDebugLev) ;
// creo il logger generale
s_pGenLog = new( nothrow) Logger( ( s_nDebugLev > 0 ? LL_DEBUG : LL_INFO), "EgtInterface") ;
if ( s_pGenLog == nullptr)
@@ -125,7 +127,7 @@ ExeInit( int nDebug, const string& sLogFile, const string& sLogMsg)
// Info su gestori UserObj caricati
if ( ExeGetDebugLevel() >= 1) {
STRVECTOR vsOuMgr ;
STRVECTOR vsOuMgr ;
if ( USEROBJ_GETLIST( vsOuMgr)) {
LOG_DBG_INFO( s_pGenLog, "UserObj Managers :")
for ( size_t i = 0 ; i < vsOuMgr.size() ; ++ i)