Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityUnknown,LM.ImpactUnknown,LM.MessageNameDATABASE,`It was not possible to connect to the MongoDB host `+databaseHost,errDial.Error())
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameDATABASE,`Was not able to get the customer database.`)
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelSECURITY,LM.SeverityUnknown,LM.ImpactUnknown,LM.MessageNameDATABASE,`It was not possible to login the user `+databaseUsername,errLogin.Error())
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameDATABASE,`Was not able to get the GridFS from the database.`)