mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
61 lines
1.5 KiB
ReStructuredText
61 lines
1.5 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/misc/loaded-scripts.zeek
|
|
===============================
|
|
.. zeek:namespace:: LoadedScripts
|
|
|
|
Log the loaded scripts.
|
|
|
|
:Namespace: LoadedScripts
|
|
:Imports: :doc:`base/utils/paths.zeek </scripts/base/utils/paths.zeek>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Types
|
|
#####
|
|
===================================================== =
|
|
:zeek:type:`LoadedScripts::Info`: :zeek:type:`record`
|
|
===================================================== =
|
|
|
|
Redefinitions
|
|
#############
|
|
======================================= =================================
|
|
:zeek:type:`Log::ID`: :zeek:type:`enum`
|
|
|
|
* :zeek:enum:`LoadedScripts::LOG`
|
|
======================================= =================================
|
|
|
|
Hooks
|
|
#####
|
|
================================================================== =
|
|
:zeek:id:`LoadedScripts::log_policy`: :zeek:type:`Log::PolicyHook`
|
|
================================================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Types
|
|
#####
|
|
.. zeek:type:: LoadedScripts::Info
|
|
:source-code: policy/misc/loaded-scripts.zeek 11 16
|
|
|
|
:Type: :zeek:type:`record`
|
|
|
|
|
|
.. zeek:field:: name :zeek:type:`string` :zeek:attr:`&log`
|
|
|
|
Name of the script loaded potentially with spaces included
|
|
before the file name to indicate load depth. The convention
|
|
is two spaces per level of depth.
|
|
|
|
|
|
|
|
Hooks
|
|
#####
|
|
.. zeek:id:: LoadedScripts::log_policy
|
|
:source-code: policy/misc/loaded-scripts.zeek 9 9
|
|
|
|
:Type: :zeek:type:`Log::PolicyHook`
|
|
|
|
|
|
|