JuliaLogging / TerminalLoggers.jl

Logging sinks and utilites for interactive terminals
MIT License
41 stars 10 forks source link

Thread-safety #18

Closed tkf closed 2 years ago

tkf commented 4 years ago

We have some mutable states in the TerminalLogger. They should be guarded by locks.

See also https://github.com/JuliaLang/julia/issues/34600