From: Ben Bleything Date: 2010-12-02T02:01:15+09:00 Subject: Re: Cutting down on logging statements On Wed, Dec 1, 2010 at 6:48 AM, Iain Barnett wrote: > Is it crazy? Not.... exactly. If what you're trying to accomplish is logging when a method is entered, you may want to consider Kernel#set_trace_func. I'm not sure what you're doing so I don't know if it's the best solution. I wrote about it years ago: http://blog.bleything.net/2006/12/11/tracing-method-execution Ben