From dba096ac81f68ee1a7c49bb6232285dc0211bf10 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. --- elapi/elapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elapi/elapi.h') diff --git a/elapi/elapi.h b/elapi/elapi.h index d4e9da4..21f68d3 100644 --- a/elapi/elapi.h +++ b/elapi/elapi.h @@ -21,5 +21,6 @@ #define ELAPI_H #include "elapi_event.h" +#include "elapi_log.h" #endif -- cgit