Writing Monitors for the Event Monitoring Service (December 1999)
Chapter 2 51
The EMS Application Programming Interface (API)
Function Descriptions
rm_print
Used by resource monitors to print an ASCII dump of an object to an
EMS log file. Resource monitors use the log file
/etc/opt/resmon/log/api.log.
Function Prototype
void rm_print ( const rm_object_addr obj );
Parameters
obj
The object to be formatted.
Returned Value
None.
Usage Notes
The message will be logged at logging level RM_AUDIT_LVL. See the
section, “Logging and Tracing” for more details.