Unnamed namespace for log.cc. More...
Variables | |
const std::map< std::string, ns3::LogLevel > | LOG_LABEL_LEVELS |
Mapping of log level text names to values. More... | |
const std::map< ns3::LogLevel, std::string > | LOG_LEVEL_LABELS |
Inverse mapping of level values to log level text names. More... | |
Unnamed namespace for log.cc.
const std::map<std::string, ns3::LogLevel> anonymous_namespace{log.cc}::LOG_LABEL_LEVELS |
Mapping of log level text names to values.
Definition at line 51 of file log.cc.
Referenced by ns3::CheckEnvironmentVariables(), and ns3::LogComponent::EnvVarCheck().
const std::map<ns3::LogLevel, std::string> anonymous_namespace{log.cc}::LOG_LEVEL_LABELS |
Inverse mapping of level values to log level text names.
Definition at line 81 of file log.cc.
Referenced by ns3::LogComponent::GetLevelLabel().