instance method
local_level=
Ruby on Rails 4.2.9
Since v4.2.9 Last seen in v4.2.9Signature
local_level=(level)
No documentation comment.
Parameters
-
levelreq
Source
# File activesupport/lib/active_support/logger_thread_safe_level.rb, line 20
def local_level=(level)
if level
@local_levels[local_log_id] = level
else
@local_levels.delete(local_log_id)
end
end
Defined in activesupport/lib/active_support/logger_thread_safe_level.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LoggerThreadSafeLevel