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

Ns_ModLogGetThreshold

Overview

Get the severity of the logging threshold of a handle

Syntax

    Ns_LogSeverity Ns_ModLogGetThreshold(
    Ns_ModLogHandle handle
    );

Description

The Ns_ModLogGetThreshold function obtains the severity of the logging threshold of a handle. The default handle is used instead for a null handle.

Examples

    Ns_LogSeverity severity;
    Ns_ModLogHandle handle;
    
    handle = Ns_ModLogLookupHandle("nsd.sock");
    severity = Ns_ModLogGetThreshold(handle);

See also

ns_modlogcontrol get_threshold

Top of Page

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