From 6eddaed62d79a00150d90c0bd6089001b003cbc7 Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Thu, 8 Jul 2021 15:39:46 -0700 Subject: [PATCH] Fix reference in the logging framework docs re. Log::StreamPolicyHook --- scripts/base/frameworks/logging/main.zeek | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base/frameworks/logging/main.zeek b/scripts/base/frameworks/logging/main.zeek index 0a745fd538..40dd8d1fe3 100644 --- a/scripts/base/frameworks/logging/main.zeek +++ b/scripts/base/frameworks/logging/main.zeek @@ -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