rs / zerolog

Zero Allocation JSON Logger
MIT License
10.62k stars 572 forks source link

MsgFunc function added to Event #406

Closed RobRimmer closed 2 years ago

RobRimmer commented 2 years ago

Allows lazy evaluation of msg, only if log level is appropriate. Useful if formatting of log message is expensive and rarely used (e.g. in depth trace logs) Closes #405

rs commented 2 years ago

Please call it MsgFunc as all methods of Event are lazy.