APL Logging Interfaces
The following interfaces/APIs provide
run-time message/data logging services.
Tracing
The interface provides printf debugging support where the
trace statements can 'be compiled-out' for production releases .
Xtra Small Logging
The XS Logging API provides a very small and generic interface
for logging application messages. The interface assumes that the
platform does not have and/or can not incur the overhead of the C
printf routines.
|