mschilli / log4perl

Log4j Implementation For Perl
http://log4perl.com
Other
116 stars 66 forks source link

Add Mulitple Key/Value Pair to MDC->put and Add Delete Method to MDC #128

Open abeez8191 opened 8 months ago

abeez8191 commented 8 months ago

Updated Log::Log4perl::MDC module to allow multiple key/value pairs to be 'put' into the context in a single method call and added a way to remove a single key/value pair by name.

Not sure how close this project was trying to stay in step with the log4j project, but 'NOTE's were added to perldoc where functionality strayed.

Fixes the following issues:

125

117

klaernie commented 8 months ago

Thanks for the implementation, @abeez8191 ! Looks really neat to me!