Sha256: f4d3d785f78ad52b67c983c459b8e30f42e06cc6be220643fe184ec946c473ca
Contents?: true
Size: 247 Bytes
Versions: 25
Compression:
Stored size: 247 Bytes
Contents
module Ezlog module LogContextHelper def within_log_context(context) Logging.mdc.push context yield ensure Logging.mdc.pop end def add_to_log_context(context) Logging.mdc.update context end end end
Version data entries
25 entries across 25 versions & 1 rubygems