nickrobinson251 commented on PR #355:
URL: https://github.com/apache/arrow-julia/pull/355#issuecomment-1297471033

   the standard Julia logging doesn't quite support the same thing as this, as 
here we have `@debug 1 msg` and `@debug 2 message` to set different levels 
within the "debug" level. But @quinnj did move similar functionality into 
LoggingExtras.jl (https://github.com/JuliaLogging/LoggingExtras.jl/pull/73), so 
we could remove this code here and use `@debugv` from LoggingExtras.jl to 
achieve the same thing


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to