Closed RobRimmer closed 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
Please call it MsgFunc as all methods of Event are lazy.
MsgFunc
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