Public Types | |
typedef std::pair< const std::string, const std::string > | map_key |
typedef std::map< const map_key, plugin::Plugin * > | map |
typedef std::vector< Plugin * > | vector |
Public Member Functions | |
bool | pre (drizzled::Session *) |
bool | post (drizzled::Session *) |
virtual bool | postEnd (Session *) |
virtual bool | resetGlobalScoreboard () |
virtual void | shutdownPlugin () |
virtual void | prime () |
virtual void | startup (drizzled::Session &) |
void | activate () |
void | deactivate () |
bool | isActive () const |
const std::string & | getName () const |
void | setModule (module::Module *module) |
const std::string & | getTypeName () const |
virtual bool | removeLast () const |
const std::string & | getModuleName () const |
Definition at line 28 of file session_usage_logger.h.
|
virtual |
Make these no-op rather than pure-virtual so that it's easy for a plugin to only implement one.
Reimplemented from drizzled::plugin::Logging.
Definition at line 34 of file session_usage_logger.cc.