base/frameworks/broker/log.bro

Broker
Namespace:Broker
Imports:base/frameworks/broker/main.bro
Source File:/scripts/base/frameworks/broker/log.bro

Summary

Types

Broker::Info: record A record type containing the column fields of the Broker log.
Broker::Type: enum The type of a Broker activity being logged.

Redefinitions

Log::ID: enum The Broker logging stream identifier.

Detailed Interface

Types

Broker::Info
Type:

record

ts: time &log

The network time at which a Broker event occurred.

ty: Broker::Type &log

The type of the Broker event.

ev: string &log

The event being logged.

peer: Broker::NetworkInfo &log &optional

The peer (if any) with which a Broker event is concerned.

message: string &log &optional

An optional message describing the Broker event in more detail

A record type containing the column fields of the Broker log.

Broker::Type
Type:

enum

Broker::STATUS

An informational status update.

Broker::ERROR

An error situation.

The type of a Broker activity being logged.


Previous Page

base/bif/store.bif.bro

Copyright 2016, The Bro Project. Last updated on January 10, 2019. Created using Sphinx 1.7.5.