Ns_LogSeverity Ns_ModLogGetThreshold( Ns_ModLogHandle handle );
The Ns_ModLogGetThreshold function obtains the severity of the logging threshold of a handle. The default handle is used instead for a null handle.
Ns_LogSeverity severity; Ns_ModLogHandle handle; handle = Ns_ModLogLookupHandle("nsd.sock"); severity = Ns_ModLogGetThreshold(handle);
ns_modlogcontrol get_threshold