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 appender designed for use with AWS Lambda Functions which writes to the `console` by selecting the correct function (e.g. `console.debug` or `console.info` or `console.warn`) based on the log level.
3
+
* Added an appender designed for use with AWS Lambda Functions which writes to the `console` by selecting the function which corresponds to the log level (e.g. `console.debug` or `console.info` or `console.warn`).
0 commit comments