mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix reference in the logging framework docs re. Log::StreamPolicyHook
This commit is contained in:
parent
efb9b24ef3
commit
6eddaed62d
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ export {
|
||||||
type StreamPolicyHook: hook(rec: any, id: ID);
|
type StreamPolicyHook: hook(rec: any, id: ID);
|
||||||
|
|
||||||
## A hook type to implement filtering policy at log filter
|
## 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
|
## implement added functionality, alter it prior to logging, or
|
||||||
## veto the write. These hooks run at log filter granularity,
|
## veto the write. These hooks run at log filter granularity,
|
||||||
## so get a :zeek:see:`Log::Filter` instance as additional
|
## so get a :zeek:see:`Log::Filter` instance as additional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue