examples/hierarchies.rb in TwP-logging-1.1.2 vs examples/hierarchies.rb in TwP-logging-1.1.3
- old
+ new
@@ -1,5 +1,6 @@
+# :stopdoc:
#
# Loggers exist in a hierarchical relationship defined by their names. Each
# logger has a parent (except for the root logger). A logger can zero or
# more children. This parent/child relationship is determined by the Ruby
# namespace separator '::'.
@@ -67,5 +68,6 @@
# let's look at the logger hierarchy
puts '='*76
Logging.show_configuration
+# :startdoc: