Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_log_warning()

Log the given message at the warning log level.

Syntax

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

Parameters

This function takes the following parameters:

fmt

A formatted string as in printf to be logged.

Returns

None