Closed TwP closed 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.
LogEvent#method
Kernel#method
method
fixes #211
Renaming the
LogEvent#method
accessor to avoid conflicting withKernel#method
. This will cause exceptions when other classes attempt to invokemethod
on LogEvent with the wrong number of arguments.fixes #211