This framework is intended to create an output and filtering path for internal messages/warnings/errors. It should typically be loaded to log such messages to a file in a standard way. For the options to toggle whether messages are additionally written to STDERR, see Reporter::info_to_stderr, Reporter::warnings_to_stderr, and Reporter::errors_to_stderr.
Note that this framework deals with the handling of internally generated reporter messages, for the interface into actually creating reporter messages from the scripting layer, use the built-in functions in base/bif/reporter.bif.bro.
Namespace: | Reporter |
---|---|
Source File: | /scripts/base/frameworks/reporter/main.bro |
Reporter::Info: record | The record type which contains the column fields of the reporter log. |
Reporter::Level: enum | An indicator of reporter message severity. |
Type: |
|
---|
The record type which contains the column fields of the reporter log.
Type: |
|
---|
An indicator of reporter message severity.