README.txt in logging-0.5.2 vs README.txt in logging-0.5.3

- old
+ new

@@ -27,10 +27,11 @@ logger.level = :warn logger.debug "this debug message will not be output by the logger" logger.warn "this is your last warning" -In this example, a single logger is crated that will append to STDOUT and to a file. Only log messages that are informational or higher will be logged. +In this example, a single logger is crated that will append to STDOUT and to a +file. Only log messages that are informational or higher will be logged. reqruie 'logging' logger = Logging::Logger['example_logger'] logger.add Logging::Appender.stdout