Fix reference in the logging framework docs re. Log::StreamPolicyHook

This commit is contained in:
Christian Kreibich 2021-07-08 15:39:46 -07:00
parent efb9b24ef3
commit 6eddaed62d

View file

@ -311,7 +311,7 @@ export {
type StreamPolicyHook: hook(rec: any, id: ID);
## A hook type to implement filtering policy at log filter
## granularity. Like :zeek:see:`StreamPolicyHook`, these can
## granularity. Like :zeek:see:`Log::StreamPolicyHook`, these can
## implement added functionality, alter it prior to logging, or
## veto the write. These hooks run at log filter granularity,
## so get a :zeek:see:`Log::Filter` instance as additional