We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02de74 commit 06887c5Copy full SHA for 06887c5
lib/concurrent/concern/logging.rb
@@ -9,7 +9,7 @@ module Concern
9
module Logging
10
include Logger::Severity
11
12
- # Logs through {Configuration#logger}, it can be overridden by setting @logger
+ # Logs through {Concurrent.global_logger}, it can be overridden by setting @logger
13
# @param [Integer] level one of Logger::Severity constants
14
# @param [String] progname e.g. a path of an Actor
15
# @param [String, nil] message when nil block is used to generate the message
0 commit comments