From 1771d32e945b758326951384f0e17121042ad74e Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Fri, 7 Aug 2009 15:50:34 -0400 Subject: ELAPI Next round of functionality - logging part of the interface a) Added the main logging interface which allows creating dispatcher and logging messages or events. Can't actully log anything yet since the sinks are stubbed out. b) Made default template be a part of the default dispatcher. c) Updated UNIT test. d) Some of the calls are stubbed out but they are there to indicate where next round of work will be. --- common/elapi/elapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/elapi/elapi.h') diff --git a/common/elapi/elapi.h b/common/elapi/elapi.h index d4e9da4e8..21f68d3f1 100644 --- a/common/elapi/elapi.h +++ b/common/elapi/elapi.h @@ -21,5 +21,6 @@ #define ELAPI_H #include "elapi_event.h" +#include "elapi_log.h" #endif -- cgit