FM_AddToExtLog

Have the FM add a message to the HSM Audit trail. The Audit trail is a secured stream of messages that are managed by the HSM Audit officer..

NOTE   printf writes to the HSM message stream and is best suited for debugging FMs.

Synopsis
#include <fm.h>
int FM_AddToExtLog(char * format, 
		    … );
Input Parameters
format printf style format string
Return Code
Function Code Qualification
0 The function was successful.