Sun Java System Access Manager 7.1 C API Reference

am_log_flush_remote_log()

Flushes all the log records in the Access Manager log buffer.

Syntax

#include "am_log.h"
AM_EXPORT am_status_t
am_log_flush_remote_log();

Parameters

This function takes no parameters:

Returns

This function returns one of the following values of the am_status_t enumeration (defined in the <am_types.h> header file):

AM_SUCCESS

If the flush was successful.

AM_*

The appropriate code based on the error.