[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_PdLog

Overview

Send a formatted message to the client.

Syntax

    void Ns_PdLog(Ns_PdLogMsgType errtype, char *fmt, ...);

Description

The Ns_PdLog function sends a formatted messages to the client. Messages are sent to syslog, but not to the server log. Allowable values for the log type are the following with a default type of Error:

Example

    Ns_PdLog(Notice, "Active transaction aborted (%s)", 
    exceptionMsg);

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.