preaction / Log-Any

Simple, fast Perl logging API compatible with any logging system
Other
13 stars 19 forks source link

Merge context and structured data into a single hashref #76

Closed mephinet closed 6 years ago

mephinet commented 6 years ago

This commit addresses https://github.com/preaction/Log-Any/issues/73 - now the (possibly empty or unset) context and structured data hashrefs are merged into one before passing them on to adapters that support structured logging.

preaction commented 6 years ago

This looks great, thanks!