does using print statement instead of logging statement have any performance implication in flutter/dart?

Viewed 148

I have seen many using print() statements in flutter app to view messages.

  1. Does it have any performance implications?
  2. Isn't it better to use a logger instead?
0 Answers
Related