Log Management » History » Version 1
Luke Murphey, 11/02/2010 01:36 AM
| 1 | 1 | Luke Murphey | h1. Log Management |
|---|---|---|---|
| 2 | 1 | Luke Murphey | |
| 3 | 1 | Luke Murphey | The log management system facilitates the creation of log messages and the submission to external log servers. |
| 4 | 1 | Luke Murphey | |
| 5 | 1 | Luke Murphey | h2. Relevant Classes |
| 6 | 1 | Luke Murphey | |
| 7 | 1 | Luke Murphey | Below are the most relevant class that handle log message processing: |
| 8 | 1 | Luke Murphey | |
| 9 | 1 | Luke Murphey | * Definitions of the various log fields: source:/trunk/src/net/lukemurphey/nsia/eventlog/EventLogField.java |
| 10 | 1 | Luke Murphey | * Class that constructs the log messages: source:trunk/src/net/lukemurphey/nsia/eventlog/EventLogMessage.java |
| 11 | 1 | Luke Murphey | * Class that processes log messages (sending them to the server): source:trunk/src/net/lukemurphey/nsia/eventlog/EventLog.java |