README (767B)
1 # radroots_log 2 3 This is the README for `radroots_log`, which provides tracing-oriented logging 4 primitives for the `radroots` core libraries. 5 6 ## Overview 7 8 * basic `log_info`, `log_error`, and `log_debug` helpers available across 9 builds; 10 * typed error and result definitions for logging initialization paths; 11 * `std` initializers for default, stdout, and file-backed tracing setups; 12 * optional chrono- and tracing-subscriber-based formatting and rotation 13 support through feature gates. 14 15 ## Copyright 16 17 Except as otherwise noted, all files in the `radroots_log` distribution are 18 19 Copyright (c) 2020-2026 Tyson Lupul 20 21 For information on usage and redistribution, and for a DISCLAIMER OF ALL 22 WARRANTIES, see LICENSE included in the `radroots_log` distribution.