subscribe

abstract fun subscribe(context: KlerkContext): SharedFlow<LogEntry>

Subscribes to log events. Note that events related to reading of data are excluded. If you need those events, use subscribeToReads.