[Zope-Checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.56

Fred L. Drake, Jr. fred@zope.com
Thu, 16 Jan 2003 10:41:02 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv7235/doc

Modified Files:
	zconfig.tex 
Log Message:
Remove the logging-level datatype; support is now provided by the logging
component provided with zLOG.


=== Packages/ZConfig/doc/zconfig.tex 1.55 => 1.56 ===
--- Packages/ZConfig/doc/zconfig.tex:1.55	Wed Jan 15 10:02:21 2003
+++ Packages/ZConfig/doc/zconfig.tex	Thu Jan 16 10:40:58 2003
@@ -658,13 +658,6 @@
   \function{locale.setlocale()} function.  Be aware that only the
   \code{'C'} locale is supported on some platforms.
 
-\term{\datatype{logging-level}}
-  A logging level usable by the \module{logging} package.  Valid
-  values are the names \code{critical}, \code{fatal}, \code{error},
-  \code{warn}, \code{info}, \code{debug}, and \code{all}, as well as
-  integers in the range [0..50].  Converted values are always
-  expressed as integers.
-
 \term{\datatype{null}}
   No conversion is performed; the value passed in is the value
   returned.  This is the default data type for section values.