From 717f368f86f160744e27a430d3b4ec2fd4c3bd64 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Thu, 3 Sep 2009 19:13:43 -0400 Subject: ELAPI Laying foundation for the async processing A relatively small patch aligning headers and a small portion of code for upcoming implementation of the async event processing. Cleanup of the test config file. --- common/elapi/elapi_test/elapi_ut.conf | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'common/elapi/elapi_test/elapi_ut.conf') diff --git a/common/elapi/elapi_test/elapi_ut.conf b/common/elapi/elapi_test/elapi_ut.conf index 00b5912a1..a42045a24 100644 --- a/common/elapi/elapi_test/elapi_ut.conf +++ b/common/elapi/elapi_test/elapi_ut.conf @@ -63,7 +63,6 @@ sinks = logfile, syslog ; ; Special sinks provided by ELAPI are: ; file -; stderr ; syslog ; ; Example: @@ -100,9 +99,9 @@ sinks = logfile, syslog ; of the sinks that act in the synch mode and guarantee ; the delivery or return failure. -; SPECIFIC FIELDS FOR DIFFERENT SINKS +; SPECIFIC CONFIGURATION PARAMETERS FOR DIFFERENT PROVIDERS ; -; 1) FILE SINK +; 1) FILE PROVIDER ; ; filename - name of the log file. If not specified .log will be used. ; Avoid using the same name of the file for different sinks, @@ -142,6 +141,17 @@ sinks = logfile, syslog ; If this value is missing or 0 - no flushing. ; If it is positive it denotes the number of events before next flush. ; If it is negative it denotes the number of seconds before next flush. +; Ignored if file is opened and closed each time. +; +; marker - (optional) +; Default is "\n". +; Marker specifies a line that will be inserted into the file to denote +; the beginning of a new run. The provided string is used as is +; as a format argument for the strftime() function. The string can +; contain zero or one time stamp format specifier listed in a man page +; for the strftime function(). Providing an invalid marker can +; potentially cause your application to crash. +; ; ; Format specific parameters: ; -- cgit