Module cloud.opencode.base.log


module cloud.opencode.base.log
OpenCode Base Log Module OpenCode 基础日志模块

Provides structured logging utilities based on JDK 25, including MDC context management, audit logging, performance logging, log markers, and SPI-based log provider integration.

提供基于 JDK 25 的结构化日志工具,包括 MDC 上下文管理、审计日志、性能日志、 日志标记和基于 SPI 的日志提供者集成。

Key Features | 主要功能:

  • Structured Logging - 结构化日志
  • MDC Context Propagation - MDC 上下文传播
  • Audit Log - 审计日志
  • Performance Logging - 性能日志
  • Log Enhancement (Correlation ID, Tracing) - 日志增强
  • Log Markers - 日志标记
  • SPI Log Provider - SPI 日志提供者
Since:
JDK 25, opencode-base-log V1.0.0
Author:
Leon Soo
See Also: