Uses of Interface
cloud.opencode.base.log.Logger
Packages that use Logger
Package
Description
OpenCode Base Log - Lightweight Logging Facade
OpenCode 基础日志 - 轻量级日志门面
Asynchronous Logging Support
异步日志支持
Enhanced Logging - Advanced Logging Features
增强日志 - 高级日志功能
SPI (Service Provider Interface) - Pluggable Logging Providers
SPI(服务提供者接口) - 可插拔日志提供者
-
Uses of Logger in cloud.opencode.base.log
Methods in cloud.opencode.base.log that return LoggerModifier and TypeMethodDescriptionstatic LoggerOpenLog.get()Gets a logger for the calling class.static LoggerGets a logger for the specified class.static LoggerGets a logger for the specified name.static LoggerLoggerFactory.getLogger()Gets a logger for the calling class.static LoggerGets a logger for the specified class.static LoggerGets a logger for the specified name. -
Uses of Logger in cloud.opencode.base.log.async
Classes in cloud.opencode.base.log.async that implement LoggerModifier and TypeClassDescriptionfinal classAsynchronous Logger - Offloads log output to a virtual thread via a bounded queue 异步日志记录器 - 通过有界队列将日志输出卸载到虚拟线程Methods in cloud.opencode.base.log.async with parameters of type LoggerModifier and TypeMethodDescriptionstatic AsyncLoggerWraps the given logger with async dispatch using the default queue capacity (8192).static AsyncLoggerWraps the given logger with async dispatch using the specified queue capacity. -
Uses of Logger in cloud.opencode.base.log.enhance
Methods in cloud.opencode.base.log.enhance with parameters of type Logger -
Uses of Logger in cloud.opencode.base.log.spi
Methods in cloud.opencode.base.log.spi that return Logger