Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelSECURITY,LM.SeverityNone,LM.ImpactNone,LM.MessageNameREQUEST,`Someone tried to read the TLS certificate of the admin server. The attempt was inhibited.`)
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelSECURITY,LM.SeverityNone,LM.ImpactNone,LM.MessageNameREQUEST,`Someone tried to read the TLS certificate's private key of the admin server. The attempt was inhibited.`)
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelSECURITY,LM.SeverityNone,LM.ImpactNone,LM.MessageNameREQUEST,`Someone tried to read the TLS certificate of the public server. The attempt was inhibited.`)
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelSECURITY,LM.SeverityNone,LM.ImpactNone,LM.MessageNameREQUEST,`Someone tried to read the TLS certificate's private key of the public server. The attempt was inhibited.`)
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameREAD,`Was not able to read the ZIP file.`,readerError.Error())
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameREAD,`Was not able to read the content of the desired file.`,readError.Error(),path)
return
}
result=contentData
return
}
}
}
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameNOTFOUND,`The desired file is not part of the ZIP file.`,`Do you use an old version?`,path)