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
logger[methodOfLogger]({message: 'A log item with an object as first parameters',extra: 'parameter'});
289
289
logger[methodOfLogger]('A log item with a string as first parameter, and an error as second parameter',newError('Something happened!'));
290
290
logger[methodOfLogger]('A log item with a string as first parameter, and an error with custom key as second parameter',{myCustomErrorKey: newError('Something happened!')});
291
+
logger[methodOfLogger]('A log item with a string as first parameter, and a string as second parameter','parameter');
0 commit comments