lib/loggability/loghost.rb in loggability-0.11.0 vs lib/loggability/loghost.rb in loggability-0.12.0.pre20161212115530
- old
+ new
@@ -34,14 +34,8 @@
@logger = Loggability::Logger( newlogger )
end
alias_method :log=, :logger=
- ### Register subclasses of log hosts as their own log hosts.
- def inherited( subclass )
- super
- Loggability.register_loghost( subclass )
- end
-
end # module Loggability::LogHost