You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to override a log message format on a per-message basis. You have to provide an optional `LogFormatter` parameter to the message. For example logger.info('INFO MESSAGE', formatting.format`${formatting.date}:${formatting.msg}`);.
Related #4
0 commit comments