Skip to content

Commit 7b9fdf8

Browse files
authored
Make _global_logstate a typed global (#51257)
1 parent bbbcc4f commit 7b9fdf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/logging.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ end
587587
end
588588

589589

590+
global _global_logstate::LogState
591+
590592
"""
591593
global_logger()
592594

0 commit comments

Comments
 (0)