kmsquire / Logging.jl

Logging package for julia
Other
43 stars 26 forks source link

Is this project abandoned/dead? #60

Open edward-bestx opened 10 hours ago

edward-bestx commented 10 hours ago

Hey,

Is this project still active or abandoned/dead?

using Logging in Julia 1.11 appears to pull in the standard library Logging 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 the Logging 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!

DanielArndt commented 6 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..