From: Zoran V. <zv...@ar...> - 2007-05-21 07:43:08
|
Am 20.05.2007 um 01:50 schrieb Stephen Deasey: > + 2007-05-20 Stephen Deasey <sd...@us...> > + > + * include/ns.h: > + * nsd/log.c (Ns_LogLevel): Add the Ns_LogLevel() function which > returns > + true if the given log severity level is enabled. Sometimes the > message > + you need to log is expensive to construct, so you'd like to > construct it > + only if it's needed. > + Doesn't ns_logctl severity level return what you need? Welcome to lexxsrv running at /usr/local/aw/bin/nsd (pid 631) NaviServer/4.99.2 for osx built on May 5 2007 at 12:16:43 CVS Tag: $Name: $ lexxsrv:nscp 1> ns_logctl severity notice 1 lexxsrv:nscp 2> ns_logctl severity debug 0 lexxsrv:nscp 3> |