Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_log_info()

Log the given message at the info log level.

Syntax

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

Parameters

This function takes the following parameters:

fmt

Formatted string like in printf to be logged.

Returns

None