[Zope3-checkins]
CVS: Packages/SFTPGateway/src/ZConfig/components/logger
- logger.xml:1.2
Fred L. Drake, Jr.
fred at zope.com
Fri Jan 2 17:58:14 EST 2004
Update of /cvs-repository/Packages/SFTPGateway/src/ZConfig/components/logger
In directory cvs.zope.org:/tmp/cvs-serv28652
Modified Files:
logger.xml
Log Message:
declare that the concrete section types implement the abstract log
type so they can be used interchangably
=== Packages/SFTPGateway/src/ZConfig/components/logger/logger.xml 1.1 => 1.2 ===
--- Packages/SFTPGateway/src/ZConfig/components/logger/logger.xml:1.1 Fri Jan 2 13:46:12 2004
+++ Packages/SFTPGateway/src/ZConfig/components/logger/logger.xml Fri Jan 2 17:58:13 2004
@@ -14,7 +14,8 @@
<sectiontype name="logger"
datatype=".LoggerFactory"
- extends="ZConfig.logger.base-logger">
+ extends="ZConfig.logger.base-logger"
+ implements="ZConfig.logger.log">
<key name="propagate"
datatype="boolean"
default="true">
@@ -32,7 +33,8 @@
<sectiontype name="eventlog"
datatype=".EventLogFactory"
- extends="ZConfig.logger.base-logger">
+ extends="ZConfig.logger.base-logger"
+ implements="ZConfig.logger.log">
<description>
Logger bound to the name "event". Propogation of events to the
root logger is disabled.
More information about the Zope3-Checkins
mailing list