Project

General

Profile

Log Management

The log management system facilitates the creation of log messages and the submission to external log servers.

Relevant Classes

Below are the most relevant class that handle log message processing:

  • Definitions of the various log fields: source:/trunk/src/net/lukemurphey/nsia/eventlog/EventLogField.java
  • Class that constructs the log messages: source:trunk/src/net/lukemurphey/nsia/eventlog/EventLogMessage.java
  • Class that processes log messages (sending them to the server): source:trunk/src/net/lukemurphey/nsia/eventlog/EventLog.java