Frames Catherine White
Frames has been a log time contributor to Julia and its ecosystem, going back to the late days of Julia v0.3. She had done many things at many times, but has a long term interest in automatic differentiation.
Session
07-28
15:30
30min
Logging in Julia: Logging stdlib and LoggingExtras.jl
Frames Catherine White
This talk will go into how to use julia's Logging standard library, in particular into how to configure it using LoggingExtras.jl.
LoggingExtras.jl is a suite of extra functionality on top of the Logging standard library to make configuring log handling simpler.
Primarily it works by separating all the ways you can configure the logger into a series of composable objects with only one function: filtering, splitting, transforming.
This allow for easy and comprehensive control of logging.
Julia Base and Tooling
26-100