invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

CoreLogging Adapter Handler #125

Open oxinabox opened 5 years ago

oxinabox commented 5 years ago

It would be nice to have an AdaptorHandler type that would, when it is constructed, take a CoreLogging.AbstractLogger, and wrap it up in the Memento API Handler API.

This would allow us to take advantage of loggers from: LoggingExtras.jl, and TensorBoardLogger.jl.

This could be a partway step towards #52