Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameNETWORK,`Was not able to parse the HTTP form data from an ICCC message!`)
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameNETWORK,`The ICCC message contains not enough data: At least the channel, command and password is required!`)
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelSECURITY,LM.SeverityCritical,LM.ImpactNone,LM.MessageNamePASSWORD,`Received a ICCC message with wrong password!`,request.RemoteAddr)
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelWARN,LM.SeverityCritical,LM.ImpactUnknown,LM.MessageNameCONFIGURATION,`Was not able to find the correct listener for these ICCC message.`,`channel=`+channel,`command`+command,`hostname=`+Tools.ThisHostname())