23
23
#include <drizzled/plugin/logging_handler.h>
28
25
/* there are no parameters other than the session because logging can
29
26
* pull everything it needs out of the session. If need to add
30
27
* parameters, look at how errmsg.h and errmsg.cc do it. */
32
29
bool logging_pre_do (Session *session);
33
30
bool logging_post_do (Session *session);
35
34
#endif /* DRIZZLED_LOGGING_H */