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