跟踪日志内的入口/出口点允许开发者随着时间的推移重建一系列方法的调用,同时重建指定的参数和返回的值。
The entry/exit points in a trace log allow developers to reconstruct a sequence of method calls over time, along with the parameters specified and values returned.
跟踪钩子可以应用于任何函数的入口或出口。
Trace hooks can be applied at the entry or exit of any function.
清单1展示了样板模块功能,定义了模块入口和出口函数。
Listing 1 presents the boilerplate module functions, defining the module entry and exit functions.
应用推荐