22
22
#ifndef DRIZZLED_PLUGIN_LOGGING_H
23
23
#define DRIZZLED_PLUGIN_LOGGING_H
48
41
* Make these no-op rather than pure-virtual so that it's easy for a plugin
51
44
virtual bool pre(Session *) {return false;}
52
45
virtual bool post(Session *) {return false;}