logtron
logtron copied to clipboard
Lazy evaluation of meta.
@jcorbin insists that some logging meta is expensive to construct and should only be constructed when the log channel is being consumed. To that end, consider accepting a function instead of an object on meta property of log entries, replacing meta with the result of meta only if the channel is consumed.