Different kinds of log files are parsed by a collection of objects
authorarjen <arjen>
Mon, 11 Aug 2003 16:56:15 +0000 (16:56 +0000)
committerarjen <arjen>
Mon, 11 Aug 2003 16:56:15 +0000 (16:56 +0000)
commit4ed55ea5cac00af72f5081d0f7711a268e116084
tree90a8143757fa677f5cff9e9a661c80f49561d6fa
parent8b92039b5b5e5bd184451a5ecae5475bf5034c47
Different kinds of log files are parsed by a collection of objects
of different classes, derived from the base class line_cooker
Depending on the message content or the message_type element in
XML, one of these objects is selected.

Logrunner is integrated with gcm_input. Although its functionality
is still limited, a connection between logrunner and gcm_input
is beginning to form.
21 files changed:
doc/class-database_entity.obj [new file with mode: 0644]
doc/classes-gcm_input.obj
doc/dataflow.obj
doc/design.xml
doc/gcm_input-dataflow.obj [new file with mode: 0644]
doc/makefile
src/gcm_input/Makefile.am
src/gcm_input/Makefile.in
src/gcm_input/access_cooker.cpp [new file with mode: 0644]
src/gcm_input/access_cooker.h [new file with mode: 0644]
src/gcm_input/error_cooker.cpp [new file with mode: 0644]
src/gcm_input/error_cooker.h [new file with mode: 0644]
src/gcm_input/gcm_input.cpp
src/gcm_input/irix_syslog_cooker.cpp [new file with mode: 0644]
src/gcm_input/irix_syslog_cooker.h [new file with mode: 0644]
src/gcm_input/line_cooker.h [new file with mode: 0644]
src/gcm_input/logrunner.cpp [new file with mode: 0644]
src/gcm_input/message.cpp
src/gcm_input/message.h
src/gcm_input/syslog_cooker.cpp [new file with mode: 0644]
src/gcm_input/syslog_cooker.h [new file with mode: 0644]