快回家了,不想干活了。
帮看PB帮助
The logging library provides a single function and zone definitions to trace OAL components in a consistent way. This library provides an interface for consistent tracing of OAL components. For more information, see %_WINCEROOT%\Platform\Common\Src\Inc\Oal_log.h.
OAL Interface
OALMSG(cond, exp)
This macro is used for logging in the OAL. It supports log zones.
This macro accepts a Boolean condition and an expression. The condition must be TRUE for the trace to occur. If TRUE, the expression is passed to the trace routine.
OALMSGS(cond, exp)
This macro is used for logging in the OAL and always uses serial output. It supports log zones.
This macro accepts a Boolean condition and an expression. The condition must be TRUE for the trace to occur. If TRUE, the expression is passed to the trace routine.