Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_is_debug_on()

Returns debug is on, that is, if the log level is set to anything greater than 0.

Syntax

#include "am_web.h"
AM_WEB_EXPORT boolean_t
am_web_is_debug_on();

Parameters

This function takes no parameters.

Returns

This function returns boolean_t with one of the following values:

true

If the log level is set to anything greater than 0.

false

Otherwise.