150
148
bool plugin::Logging::preDo(Session *session)
152
150
/* Use find_if instead of foreach so that we can collect return codes */
156
154
/* If iter is == end() here, that means that all of the plugins returned
157
155
* false, which in this case means they all succeeded. Since we want to
158
156
* return false on success, we return the value of the two being !=