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
const{logger }=logOptionsasany;// we checked that it exists beforehand
445
+
constlogger=logOptions.logger!;// we checked that it exists beforehand
452
446
// making sure the logger supplied by the user has our required log levels (info, warn, error)
453
447
if(
454
448
typeoflogger.info!=='function'
@@ -459,7 +453,6 @@ export function setLogging(logOptions: LogOptions): void {
459
453
'Your supplied logger does not seem to expose the log levels BLAPI needs to work. Make sure your logger offers the following methods: info() warn() error()',
0 commit comments