eklitzke / protolog

Structured logging system built around Google Protocol Buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protolog

Protolog is a logger for binary data. It uses a framed encoding with a checksum (CRC32) to allow for error recovery when log entries are corrupted. There are some bits and pieces to make it easier to work with Protocol Buffers, although nothing is really specific to Protocol Buffers.

Tests

To run the tests, you'll need Testify. Then just run testify protolog.tests.

About

Structured logging system built around Google Protocol Buffers

License:Other


Languages

Language:Python 100.0%