-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Logging
-
None
-
Storage Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Right now, RamLog is the only instance of the Tee interface. It is only used, however, to capture and format log lines. In doing this formatting, it parses text log lines to find and manipulate the date component and detect message repeats. This work would be easier if the RamLog received unformatted MessageEventEphemeral instances, which contain all of the relevant information, and then was formatted for output separately.