Example how to use SealBase Log  

First step is to instrument the code using the LOG macro. If #NLOG compilation flag is not enabled, #LOG() expands to code that will dump the output to the logging device.

Usage:

        LOG ( level, what , mode, expression)


When you run the program you can define where to send the log messages by setting the LOG environment variable.
For example: