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