// Copyright © 2024-2026 RustLogs (RLG). All rights reserved.
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
// See LICENSE-APACHE.md and LICENSE-MIT.md in the repository root for full license information.
//! # RustLogs (RLG) Example Entry Point
//!
//! This file serves as an entry point for running all the RustLogs (RLG) examples,
//! demonstrating logging levels, formats, macros, and library functionality.
/// Entry point to run all RustLogs examples.
///
/// This function calls all the individual examples for log levels, log formats, macros, and library functionality.