lib/loggable/log_methods.rb in mediashelf-loggable-0.4.7 vs lib/loggable/log_methods.rb in mediashelf-loggable-0.4.8
- old
+ new
@@ -1,10 +1,8 @@
module Loggable
module ClassMethods
- @@logger = nil
-
# Use this method on any of your classes to trigger the logging facility:
#
# MyClass.logger = Logger.new('/path/to/logfile')
#
# Now you can call the 'logger' method inside a class or instance method to log at