wifi: Improve readibility of collected logs when WifiHelper::EnableLogComponents is used

This commit is contained in:
Sébastien Deronne
2018-12-08 16:56:04 +01:00
parent 7c3ccdfba0
commit 587c94f17a

View File

@@ -747,6 +747,9 @@ WifiHelper::Install (const WifiPhyHelper &phy,
void
WifiHelper::EnableLogComponents (void)
{
LogComponentEnableAll (LOG_PREFIX_TIME);
LogComponentEnableAll (LOG_PREFIX_NODE);
LogComponentEnable ("AarfWifiManager", LOG_LEVEL_ALL);
LogComponentEnable ("AarfcdWifiManager", LOG_LEVEL_ALL);
LogComponentEnable ("AdhocWifiMac", LOG_LEVEL_ALL);