dpo
June 30, 2017, 2:27pm
4
Adding https://github.com/wildart/Log4jl.jl . Coming from Python, my favorite is MiniLogging.
Thanks for all the replies. btw: When i asked for recommendation i actually wanted to reduce my list to select, not to increase…
9 Likes
There is also a python logging wrapper if your project is in python and has embedded julia (via pyjulia) and want to use python logging in julia (via pycall). I know this sounds crazy.
https://github.com/colinfang/PyLogging.jl
1 Like
I have been using Lumberjack.jl as well, but would be curious to hear what other folks are using and/or recommending…
jwu
November 8, 2017, 3:12pm
8
julia have internal basic logging now.
try ?logging
2 Likes
scelles
December 27, 2017, 9:45am
9
You might have a look at this comment about logging
function
https://github.com/JuliaLang/julia/pull/24490#issuecomment-343806687
#issuecomment-343806687