From 8f231e1eeff8afc71193a5dccdb2916cbc9eab2f Mon Sep 17 00:00:00 2001 From: drbrain Date: Thu, 17 May 2012 21:14:24 +0000 Subject: * ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which was ported from the SyslogLogger gem. [ruby-trunk - Feature #5096] * NEWS: ditto. * test/syslog/test_syslog_logger.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 55c4c41289..f935736506 100644 --- a/NEWS +++ b/NEWS @@ -96,6 +96,9 @@ with all sufficient information, see the ChangeLog file. * Shellwords#shelljoin() accepts non-string objects in the given array, each of which is stringified using to_s. +* syslog + * Added Syslog::Logger which provides a Logger API atop Syslog. + * lib/tmpdir.rb * incompatible changes: * Dir.mktmpdir uses FileUtils.remove_entry instead of -- cgit v1.2.3