@@ -343,3 +343,25 @@ library/logging,,:message,severity:logger name:message
343343whatsnew/3.2 ,, :directory , ... ${buildout:directory}/downloads/dist
344344whatsnew/3.2 ,, :location , ... zope9-location = ${zope9:location}
345345whatsnew/3.2 ,, :prefix , ... zope-conf = ${custom:prefix}/etc/zope.conf
346+ howto/logging ,, :root , WARNING:root:Watch out!
347+ howto/logging ,, :Watch , WARNING:root:Watch out!
348+ howto/logging ,, :root , DEBUG:root:This message should go to the log file
349+ howto/logging ,, :This , DEBUG:root:This message should go to the log file
350+ howto/logging ,, :root , INFO:root:So should this
351+ howto/logging ,, :So , INFO:root:So should this
352+ howto/logging ,, :root , " WARNING:root:And this, too"
353+ howto/logging ,, :And , " WARNING:root:And this, too"
354+ howto/logging ,, :root , INFO:root:Started
355+ howto/logging ,, :Started , INFO:root:Started
356+ howto/logging ,, :root , INFO:root:Doing something
357+ howto/logging ,, :Doing , INFO:root:Doing something
358+ howto/logging ,, :root , INFO:root:Finished
359+ howto/logging ,, :Finished , INFO:root:Finished
360+ howto/logging ,, :root , WARNING:root:Look before you leap!
361+ howto/logging ,, :Look , WARNING:root:Look before you leap!
362+ howto/logging ,, :This , DEBUG:This message should appear on the console
363+ howto/logging ,, :So , INFO:So should this
364+ howto/logging ,, :And , " WARNING:And this, too"
365+ howto/logging ,, :logger , severity:logger name:message
366+ howto/logging ,, :message , severity:logger name:message
367+ library/logging.handlers ,, :port , host:port
0 commit comments