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_ut.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common/elapi/elapi_ut.conf (limited to 'common/elapi/elapi_ut.conf') diff --git a/common/elapi/elapi_ut.conf b/common/elapi/elapi_ut.conf new file mode 100644 index 000000000..19cbeb719 --- /dev/null +++ b/common/elapi/elapi_ut.conf @@ -0,0 +1,6 @@ +[dispatcher] +sinks = foo, bar, baz + + + +; test -- cgit