-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
I was trying to find out the root cause of metadata not being attached to fields and I wasn't receiving any logging from the lib.
I found out that the AutoMapperLogger.warn
method was being effectively called but nothing was output to stdout.
I think the root cause is using bind
instead of call
inside of the logger methods, is this done on purpose?
console.log.bind(console, this.AUTOMAPPER_PREFIX, message); |
Metadata
Metadata
Assignees
Labels
No labels