invenia / Memento.jl

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

Record redesign #84

Closed iamed2 closed 6 years ago

iamed2 commented 6 years ago

Trying to add custom record types or custom sidecar data to record types has uncovered ergonomics problems. I've identified some requirements to see if we can slightly redesign Record and the record-handling logic to make all our operations easier.

Requirements:

rofinn commented 6 years ago

Closed with #86