From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id C8FA519C0021 for ; Wed, 28 Oct 2015 23:46:43 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 8A7E2B5D8B5 for ; Thu, 29 Oct 2015 00:14:39 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id A6547952439 for ; Thu, 29 Oct 2015 00:14:39 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id B868E1204CA; Thu, 29 Oct 2015 00:14:38 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 5AB481204C0 for ; Thu, 29 Oct 2015 00:14:35 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=+f96g4n7FRGFFpIbVpnfiotg18g=; b=U+L0PELAGSPh6RMNlZ CP9gk8vqS0KC6/fZidmqNiZm5aNDNvYJjPKMVNp/UUn693CsPWBwa6iQm3kK6xlG RvtKjNo4Vf/2mVOy7P9khJB/MFLxt4BUBVKM3Zf7bsjJXAG1YelICQ9ibqvd6W7T KCOD+E7Z2j5KdfxUfJiRWwPA0= Received: by filter0417p1mdw1.sendgrid.net with SMTP id filter0417p1mdw1.8798.5630E6565D 2015-10-28 15:14:30.5781454 +0000 UTC Received: from herokuapp.com (ec2-54-162-253-202.compute-1.amazonaws.com [54.162.253.202]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id FlNuDl6xRays6esTUIHrEw for ; Wed, 28 Oct 2015 15:14:30.660 +0000 (UTC) Date: Wed, 28 Oct 2015 15:14:30 +0000 From: hannes.nevalainen@me.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 45880 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11633 X-Redmine-Issue-Author: kwando X-Redmine-Sender: kwando X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6TIpUQH5rDLninRiYYi3o/4cuhdPqZDKi3v0 BW00JbagTmtulve45RipPT+l6bkGEHOpqOPYdzPRB1IXkQ2j0gxcTbsHUgYfodvxvgERUWkPz1kgHm xZ9E8HXjkuDlxrtoOShhCQm8ts9QT6u9non9 X-ML-Name: ruby-core X-Mail-Count: 71250 Subject: [ruby-core:71250] [Ruby trunk - Feature #11633] [Open] NilLogger class X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11633 has been reported by Hannes Nevalainen. ---------------------------------------- Feature #11633: NilLogger class https://bugs.ruby-lang.org/issues/11633 * Author: Hannes Nevalainen * Status: Open * Priority: Normal * Assignee: ---------------------------------------- I'd like to have a NilLogger class in ruby which have the same api as the stdlib Logger object, but where all logging methods is just noop:s. -- https://bugs.ruby-lang.org/