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
auto logger = pcpp::Logger::getInstance(); //< auto does not deduce references. It should be auto&. An implicit copy is being made here.
logger.suppressLogs();
Originally posted by @Dimi1010 in #1706
The text was updated successfully, but these errors were encountered: