Sun Java System Access Manager 7 2005Q4 C API Reference

am_log_flush_remote_log()

Flushes all the log records in the 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 am_status_t with one of the following values:

AM_SUCCESS

If Flush to remote log was successful.

AM_*

If any error occurs, the type of error indicated by the status value.