turn down logging verbosity
This commit is contained in:
@@ -29,30 +29,24 @@ namespace ns3 {
|
||||
|
||||
AttributeValue::AttributeValue ()
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
}
|
||||
AttributeValue::~AttributeValue ()
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
}
|
||||
|
||||
|
||||
AttributeAccessor::AttributeAccessor ()
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
}
|
||||
AttributeAccessor::~AttributeAccessor ()
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
}
|
||||
|
||||
AttributeChecker::AttributeChecker ()
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
}
|
||||
AttributeChecker::~AttributeChecker ()
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
}
|
||||
|
||||
Ptr<AttributeValue>
|
||||
|
||||
@@ -26,11 +26,9 @@ namespace ns3 {
|
||||
|
||||
TraceSourceAccessor::TraceSourceAccessor ()
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
}
|
||||
TraceSourceAccessor::~TraceSourceAccessor ()
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
}
|
||||
|
||||
} // namespace ns3
|
||||
|
||||
Reference in New Issue
Block a user