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

Ns_ModLog

Overview

Log a message within a realm

Syntax

    void Ns_ModLog(
    Ns_LogSeverity severity,
    Ns_ModLogHandle handle,
    char *inFormat,
    ...
    );

Description

The Ns_ModLog function logs a message of some severity to a realm contained in the handle. The severities, in order from highest to lowest, are Fatal, Bug, Error, Notice, Warning, and Debug.

Examples

Ns_ModLog(Warning, cgiModLogHandle, "No such CGI interps section: %s", ds.string);

See also

ns_modlog

Top of Page

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