Module log_service

Module log_service 

Source
Expand description

Log service for tagged log retrieval and storage.

Ports the TS LogService which manages log retrieval via the tagging protocol, supporting both public and private logs with pagination.

Structsยง

LogRetrievalRequest
A request to retrieve logs by tag.
LogService
Service for log retrieval operations using the tagging protocol.
TaggedLog
A retrieved tagged log entry.