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
* Can accept either a logger object (e.g., Bunyan or Winston) or a logging level string.
527
+
* @since 1.0
528
+
* @param logger - A logger object with debug(), info(), warn(), and error() methods, or a logging level string
529
+
* @param isErrorFirst - Whether to log errors as the first parameter (true for Bunyan, false for Winston). Defaults to false. Only used when logger is an object.
0 commit comments