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