Uses of Interface
cloud.opencode.base.log.Logger
Packages that use Logger
Package
Description
OpenCode Base Log - Lightweight Logging Facade
OpenCode 基础日志 - 轻量级日志门面
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.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