TwP / logging

A flexible logging library for use in Ruby programs based on the design of Java's log4j library.
https://rubygems.org/gems/logging
MIT License
530 stars 101 forks source link

Rename method to avoid conflict with Kernel #218

Closed TwP closed 4 years ago

TwP commented 4 years ago

Renaming the LogEvent#method accessor to avoid conflicting with Kernel#method. This will cause exceptions when other classes attempt to invoke method on LogEvent with the wrong number of arguments.

fixes #211