A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
trace-source-accessor.cc
Go to the documentation of this file.
1/*
2 * Copyright (c) 2008 INRIA
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
7 */
9
10#include "log.h"
11
12/**
13 * \file
14 * \ingroup tracing
15 * ns3::TraceSourceAccessor implementation (constructor and destructor).
16 */
17
18namespace ns3
19{
20
21NS_LOG_COMPONENT_DEFINE("TraceSourceAccessor");
22
26
30
31} // namespace ns3
virtual ~TraceSourceAccessor()
Destructor.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition log.h:191
Debug message logging.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::TraceSourceAccessor and ns3::MakeTraceSourceAccessor declarations.