|
Bugzilla – Full Text Bug Listing |
| Summary: | DEBUG function tracing issue needs resolved | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | core | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Tom Henderson
2007-08-22 02:33:51 UTC
ns-3 developers discussion concluded the following:
- adopt Mathieu's proposed ns-3-logging/src/core/log.{cc,h}
- remove ns-debug.{cc,h} and convert instances of NS_DEBUG to NS_LOG
- disable for optimized builds
- adopt convention that function tracing for packet flows through the system, as well as for algorithmic routines, uses explicit NS_LOG_FUNCTION at top of the function.
- disclaim NS_LOG output as a supported tracing output format; caveat appropriately if used in documentation or tutorials
- merge before next release
|