mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
40 lines
1.3 KiB
ReStructuredText
40 lines
1.3 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/frameworks/logging/writers/none.bro
|
|
========================================
|
|
.. bro:namespace:: LogNone
|
|
|
|
Interface for the None log writer. This writer is mainly for debugging.
|
|
|
|
:Namespace: LogNone
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinable Options
|
|
###################
|
|
============================================================= ============================================================
|
|
:bro:id:`LogNone::debug`: :bro:type:`bool` :bro:attr:`&redef` If true, output debugging output that can be useful for unit
|
|
testing the logging framework.
|
|
============================================================= ============================================================
|
|
|
|
Redefinitions
|
|
#############
|
|
==================================================================================== =
|
|
:bro:id:`Log::default_rotation_postprocessors`: :bro:type:`table` :bro:attr:`&redef`
|
|
==================================================================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Redefinable Options
|
|
###################
|
|
.. bro:id:: LogNone::debug
|
|
|
|
:Type: :bro:type:`bool`
|
|
:Attributes: :bro:attr:`&redef`
|
|
:Default: ``F``
|
|
|
|
If true, output debugging output that can be useful for unit
|
|
testing the logging framework.
|
|
|
|
|