lib/semantic_logger/loggable.rb in semantic_logger-2.13.1 vs lib/semantic_logger/loggable.rb in semantic_logger-2.14.0
- old
+ new
@@ -29,12 +29,10 @@
module SemanticLogger
module Loggable
def self.included(base)
base.class_eval do
- # Thread safe class variable initialization
- include SyncAttr
-
+ # Thread safe logger class variable initializer
sync_cattr_reader :logger do
SemanticLogger[self]
end
end
end
\ No newline at end of file