Sostituzione instance logger
This commit is contained in:
@@ -2288,7 +2288,7 @@ namespace SteamWare
|
||||
}
|
||||
}
|
||||
// log ricarica
|
||||
Logger.Logging.Instance.Info($"Effettuata procedura ricaricaAppConf per {answ.Count} records");
|
||||
Log.Info($"Effettuata procedura ricaricaAppConf per {answ.Count} records");
|
||||
return answ;
|
||||
}
|
||||
|
||||
@@ -2339,12 +2339,12 @@ namespace SteamWare
|
||||
}
|
||||
// salvo in redis valori (con TTL)
|
||||
redSaveHash(ACBH, valori, maxAgeAppConf);
|
||||
Logger.Logging.Instance.Info("Completato procedura startupAppConf");
|
||||
Log.Info("Completato procedura startupAppConf");
|
||||
}
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
Logger.Logging.Instance.Error($"Errore in startupAppConf:{Environment.NewLine}{exc}");
|
||||
Log.Error($"Errore in startupAppConf:{Environment.NewLine}{exc}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user