base/bif/logging.bif.bro

GLOBAL
Log
LogAscii
LogDataSeries
LogElasticSearch
LogNone
LogSQLite

Internal functions and types used by the logging framework.

Namespaces:GLOBAL, Log, LogAscii, LogDataSeries, LogElasticSearch, LogNone, LogSQLite
Source File:/scripts/base/bif/logging.bif.bro

Detailed Interface

Functions

Log::__add_filter
Type:function (id: Log::ID, filter: Log::Filter) : bool
Log::__create_stream
Type:function (id: Log::ID, stream: Log::Stream) : bool
Log::__disable_stream
Type:function (id: Log::ID) : bool
Log::__enable_stream
Type:function (id: Log::ID) : bool
Log::__flush
Type:function (id: Log::ID) : bool
Log::__remove_filter
Type:function (id: Log::ID, name: string) : bool
Log::__remove_stream
Type:function (id: Log::ID) : bool
Log::__set_buf
Type:function (id: Log::ID, buffered: bool) : bool
Log::__write
Type:function (id: Log::ID, columns: any) : bool
Copyright 2013, The Bro Project. Last updated on June 15, 2015. Created using Sphinx 1.2.2.