Skip to main content

Module logging

Module logging 

Source
Expand description

Logging plugin SPI (OMG DDS-Security 1.1 §8.6).

Separate plugin slot for security events — important for audits, pen tests, forensics. Separated from general application logging so that security-critical events do not accidentally get lost under the debug flag.

zerodds-lint: allow no_dyn_in_safe (The plugin SPI needs Box<dyn LoggingPlugin>.)

Enums§

LogLevel
Severity of a security event (spec §8.6.3 table 36).

Traits§

LoggingPlugin
Logging plugin (spec §8.6.2.1).

Type Aliases§

LoggingPluginBox
Factory alias.