invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

Use Base `LogLevel`. #187

Open rofinn opened 2 years ago

rofinn commented 2 years ago

To improve interop between Memento.jl and Base.Logging records we should consider switching to just using the predefined LogLevel constants in Base. Similarly, we should also extend the base definitions with our missing levels and add Debug1, Debug2 and Debug3.