Sun Java System Access Manager 7.1 C API Reference

am_web_log_debug()

Log the given message at the debug level.

Syntax

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

Parameters

This function takes the following parameter:

fmt

Pointer to a formatted string message as in printf.

Returns

This function returns no values.