lib/loggable/log_methods.rb in loggable-0.1.0 vs lib/loggable/log_methods.rb in loggable-0.2.0

- old
+ new

@@ -4,10 +4,10 @@ @@logger = nil # Use this method on any of your classes to trigger the logging facility: # - # MyClass.logger = Logger.new('/path/to/logfile) + # MyClass.logger = Logger.new('/path/to/logfile') # # Now you can call the 'logger' method inside a class or instance method to log at # the specified level. See the README for details. # def logger=(logger) \ No newline at end of file