method
new
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::LoggerThreadSafeLevel
new(...)public
No documentation available.
# File activesupport/lib/active_support/logger_thread_safe_level.rb, line 10
def initialize(...)
super
@local_level_key = :"logger_thread_safe_level_#{object_id}"
end