Example program illustrating the various logging functions. More...
#include "ns3/core-module.h"
#include "ns3/network-module.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{log-example.cc}::MyEventObject |
Simple object to aggregate to a node. More... | |
Namespaces | |
namespace | anonymous_namespace{log-example.cc} |
Unnamed namespace for log-example.cc. | |
Macros | |
#define | NS_LOG_APPEND_CONTEXT |
File-local context string. | |
Functions | |
void | anonymous_namespace{log-example.cc}::FreeEvent () |
A free function with logging. | |
Example program illustrating the various logging functions.
Definition in file log-example.cc.
#define NS_LOG_APPEND_CONTEXT |
File-local context string.
Definition at line 17 of file log-example.cc.