Sun OpenSSO Enterprise 8.0 C API Reference for Application and Web Policy Agent Developers

Logging Data Types

The logging data types defined in <am_log.h> are:

am_log_record_t

Represents the information and message values to be recorded.


Note –

See Chapter 15, Recording Events with the Logging Service, in Sun OpenSSO Enterprise 8.0 Technical Overview for information regarding events that are logged and the log fields to which they are written.


Syntax

#include "am_log.h"
typedef struct am_log_record *am_log_record_t;

Members

am_log_record is an opaque structure with no accessible members.

am_log_module_id_t

Represents the identifier for a logging module.


Note –

See am_log_add_module() for information on logging modules.


Syntax

#include "am_log.h"
typedef unsigned int am_log_module_id_t;

Members

am_log_module_id_t has no members.