You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to have a logging sink that kept the log messages as data structures in memory. This would allow for packages to unit test their logging and for automated log analysis.
It would be handy to have a logging sink that kept the log messages as data structures in memory. This would allow for packages to unit test their logging and for automated log analysis.
I have an implementation of a logger that collects log messages into a Vector at https://github.com/MarkNahabedian/LoggingExtras.jl/tree/VectorLogger.
If this is reasonable I'll submit a pull request.
The text was updated successfully, but these errors were encountered: