36
39
std::string getName() { return name; }
38
41
* Make these no-op rather than pure-virtual so that it's easy for a plugin
41
44
virtual bool pre(Session *) {return false;}
42
45
virtual bool post(Session *) {return false;}
45
51
#endif /* DRIZZLED_PLUGIN_LOGGING_H */