Request
The current unit tests have the following limitations:
Possible implementation
- Split files into their dedicated files
- Redesign the base class for testing both unstructured and structured log events
- Replace the reader implementation with the ones from clp-ffi-py
- Apply
_ prefix to private/protect members in test classes
Request
The current unit tests have the following limitations:
ClpKeyValuePairStreamHandlerwhich supports logging dictionary-type log events into CLP's key-value pair IR format. #46, causing code duplication to test key-value pair log event handlers_xxxto indicate private/protected members in test classesPossible implementation
_prefix to private/protect members in test classes