crystal-lang / shards

Dependency manager for the Crystal language
Other
765 stars 102 forks source link

Use Crystal 0.34 Log module (if possible) #335

Closed bcardiff closed 4 years ago

bcardiff commented 4 years ago

I migrate shards code to use Log module API. But allow compilation for logger module behind compare_versions. Once we drop support for older Crystal that can be removed.

With the log module we could even be able to allow logging from molinillo solver be tweaking CRYSTAL_LOG_SOURCES. How cool is that 😍