Title: Examples of the NetLogger log parsing and loading components.

This file and others in the directory are formatted to be easily
processed with "Natural Docs" http://www.naturaldocs.org/. To build
the documentation, see the Makefile in the parent directory.

Programs:
This directory has runnable examples of the usage of the basic
NetLogger log parsing and loading programs.

  nl_parse  - Parse one or more logs, and send them to a file or (nl_broker) socket
  nl_broker - Listen for incoming logs on one socket, and incoming log clients on
              another.
  nl_load   - Get logs from a file or nl_broker, and send them to a module for
              analysis and/or loading into a database

Example scripts:
nl_parse_example.sh - Focuses on different usages of nl_parse
