Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created September 8, 2011 19:02
Show Gist options
  • Save bryanl/1204341 to your computer and use it in GitHub Desktop.
Save bryanl/1204341 to your computer and use it in GitHub Desktop.
%w(debug? info? warn? error? fatal?).map(&:to_sym).each do |level|
define_method level do
@loggers.find_all{|l| l.level}.map{|l| l.send level}.any?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment