The DCE Serviceability Macros
The serviceability macros are as follows, listed in alphabetical order:
DCE_SVC_DEBUG( ) Used to generate debugging output.
DCE_SVC_DEBUG_ATLEAST( ) Can be used to test the debug level of a subcomponent for a specified handle. Tests whether the debug level is at least at the
specified level.
DCE_SVC_DEBUG_IS( ) Can be used to test the debug level of a subcomponent for a specified handle. Tests for an exact match with the specified level.
DCE_SVC_DEFINE_HANDLE( ) Registers a serviceability message table.
DCE_SVC_LOG( ) Generates debugging output based on a message defined in an application's sams file.
Files
dce/service.idl
dce/dce_svc.h
Related Information Book: OSF DCE Application Development Guide - Core Components
|