lib/uu/log.rb in uu-0.2.0 vs lib/uu/log.rb in uu-0.2.1
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module UU
class Log
- include LogContext
include Loggable
+ include LogContext
def self.instance
Thread.current[:logger] ||= new
end