epi-project / policy-reasoner

Implements the famous policy reasoner, known as `checker` in Brane terminology. Builds on top of reasoners like eFLINT and meant to be queried by Brane.
1 stars 1 forks source link

Write file logging connector backend #20

Closed Lut99 closed 8 months ago

Lut99 commented 9 months ago

After issue #19 has been completed, a logging backend must be implemented that sits behind the interface.

Initially, this should be a simple backend that simply logs to a file. Certain guarantees (e.g., consistency, signing, etc) can be omitted for now; the focus is on using the backend.

Stretch goal Add a mock backend that always fails for testing purposes.