bulwark_security/logging/mod.rs
1//! Internal logging utilities for Bulwark.
2//!
3//! ⚠️ IMPORTANT:
4//! This module is **NOT part of Bulwark's public API**.
5//!
6//! Logging behavior, formats, and implementations may change
7//! between versions without notice.
8//!
9//! The purpose of this module is to provide a minimal internal
10//! logging mechanism for development and debugging.
11
12pub(crate) mod simple;