150
150
bool plugin::Logging::preDo(Session *session)
152
152
/* Use find_if instead of foreach so that we can collect return codes */
154
154
find_if(all_loggers.begin(), all_loggers.end(),
156
156
/* If iter is == end() here, that means that all of the plugins returned