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
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?
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 ofcall
inside of the logger methods, is this done on purpose?mapper/packages/core/src/lib/utils/logger.ts
Line 20 in 58904d2
The text was updated successfully, but these errors were encountered: