Open edward-bestx opened 10 hours ago
AFAIK this project is dead. It was useful long before Julia 1.0, but my guess is that it is no longer relevant if they have added some more advanced features. It used to be very basic.
I haven't used Julia in quite some time though, so I'm not sure what the state of the standard library state logging package is..
Hey,
Is this project still active or abandoned/dead?
using Logging
in Julia 1.11 appears to pull in the standard libraryLogging
package.I've tried running
add Logging
in the Julia PKG REPL, but this doesn't appear to do anything anymore. It just thinks it already has theLogging
package.Sorry for my confusion - I can't tell if this
Logging
package existed before a package with the same name became part of the standard library, or if this was merged into the standard library package - etc.Would be great to get some background info! And to know if this project is still active/usable! Thanks!