51
51
virtual bool pre(Session *) {return false;}
52
52
virtual bool post(Session *) {return false;}
54
55
static bool addPlugin(Logging *handler);
55
56
static void removePlugin(Logging *handler);
56
57
static bool preDo(Session *session);
57
58
static bool postDo(Session *session);