Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_log_always()

Log the given message regardless of the log level set in AMAgent.properties.

Syntax

#include "am_web.h"
AM_WEB_EXPORT void am_web_log_always(const char *fmt, ...);

Parameters

This function takes the following parameters:

fmt

Formatted string as in printf.

Returns

None