Use Base `LogLevel`.
Opened this issue · 0 comments
rofinn commented
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
.