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 678e057 commit 019258aCopy full SHA for 019258a
base/logging/ConsoleLogger.jl
@@ -27,7 +27,7 @@ Message formatting can be controlled by setting keyword arguments:
27
"""
28
struct ConsoleLogger <: AbstractLogger
29
stream::IO
30
- lock::ReentrantLock
+ lock::ReentrantLock # do not log within this lock
31
min_level::LogLevel
32
meta_formatter
33
show_limited::Bool
0 commit comments