lib/ougai/child_logger.rb in ougai-1.6.6 vs lib/ougai/child_logger.rb in ougai-1.7.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Ougai
# A logger created by the `child` method of parent logger
class ChildLogger
include Logging