// Copyright (c) 2026 Kirky.X
//
// Licensed under the MIT License
// See LICENSE file in the project root for full license information.
//! Basic Inklog usage example
//!
//! This example demonstrates the simplest way to use Inklog for logging.
use LoggerManager;
async