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