mowispace/react-native-logs

String substitutions do not work

trajano opened this issue · 1 comments

Using string substitutions being passed to the log does not work on consoleTransport

I presume it's because you're assembling the message and sending it out as one string.

Yes, the only way to get the string subtitution to work is to create a custom transport and process the rawMsg... perhaps you could create a customTransport that directly calls console.log without processing the message.