Uses of Interface
cloud.opencode.base.log.marker.Marker
Packages that use Marker
Package
Description
OpenCode Base Log - Lightweight Logging Facade
OpenCode 基础日志 - 轻量级日志门面
Asynchronous Logging Support
异步日志支持
Enhanced Logging - Advanced Logging Features
增强日志 - 高级日志功能
Log Markers - Log Event Categorization
日志标记 - 日志事件分类
SPI (Service Provider Interface) - Pluggable Logging Providers
SPI(服务提供者接口) - 可插拔日志提供者
-
Uses of Marker in cloud.opencode.base.log
Methods in cloud.opencode.base.log that return MarkerModifier and TypeMethodDescriptionLogEvent.marker()Returns the value of themarkerrecord component.Methods in cloud.opencode.base.log with parameters of type MarkerModifier and TypeMethodDescriptionvoidLogs a message at DEBUG level with a marker.voidLogs a message at DEBUG level with a marker and parameters.voidLogs a message at ERROR level with a marker.voidLogs a message at ERROR level with a marker and parameters.voidLogs a message at ERROR level with a marker and exception.static voidLogs a message at ERROR level with a marker and exception.voidLogs a message at INFO level with a marker.voidLogs a message at INFO level with a marker and parameters.static voidLogs a message at INFO level with a marker.booleanLogger.isDebugEnabled(Marker marker) Checks if DEBUG level is enabled for the specified marker.booleanLogger.isErrorEnabled(Marker marker) Checks if ERROR level is enabled for the specified marker.booleanLogger.isInfoEnabled(Marker marker) Checks if INFO level is enabled for the specified marker.booleanLogger.isTraceEnabled(Marker marker) Checks if TRACE level is enabled for the specified marker.booleanLogger.isWarnEnabled(Marker marker) Checks if WARN level is enabled for the specified marker.Sets the marker.voidLogs a message at TRACE level with a marker.voidLogs a message at TRACE level with a marker and parameters.voidLogs a message at WARN level with a marker.voidLogs a message at WARN level with a marker and parameters.voidLogs a message at WARN level with a marker and exception.Constructors in cloud.opencode.base.log with parameters of type MarkerModifierConstructorDescriptionLogEvent(LogLevel level, String loggerName, String message, Throwable throwable, Marker marker, Map<String, String> mdc, long timestampMillis, String threadName, CallerInfo callerInfo) Compact constructor that validates required fields and makes a defensive copy of the MDC map. -
Uses of Marker in cloud.opencode.base.log.async
Methods in cloud.opencode.base.log.async with parameters of type MarkerModifier and TypeMethodDescriptionvoidLogs a message at DEBUG level with a marker.voidLogs a message at DEBUG level with a marker and parameters.voidLogs a message at ERROR level with a marker.voidLogs a message at ERROR level with a marker and parameters.voidLogs a message at ERROR level with a marker and exception.voidLogs a message at INFO level with a marker.voidLogs a message at INFO level with a marker and parameters.booleanAsyncLogger.isDebugEnabled(Marker marker) Checks if DEBUG level is enabled for the specified marker.booleanAsyncLogger.isErrorEnabled(Marker marker) Checks if ERROR level is enabled for the specified marker.booleanAsyncLogger.isInfoEnabled(Marker marker) Checks if INFO level is enabled for the specified marker.booleanAsyncLogger.isTraceEnabled(Marker marker) Checks if TRACE level is enabled for the specified marker.booleanAsyncLogger.isWarnEnabled(Marker marker) Checks if WARN level is enabled for the specified marker.voidLogs a message at TRACE level with a marker.voidLogs a message at TRACE level with a marker and parameters.voidLogs a message at WARN level with a marker.voidLogs a message at WARN level with a marker and parameters.voidLogs a message at WARN level with a marker and exception. -
Uses of Marker in cloud.opencode.base.log.enhance
Methods in cloud.opencode.base.log.enhance with parameters of type MarkerModifier and TypeMethodDescriptionSets the marker. -
Uses of Marker in cloud.opencode.base.log.marker
Fields in cloud.opencode.base.log.marker declared as MarkerModifier and TypeFieldDescriptionstatic final MarkerMarkers.AUDITAudit trail events - 审计跟踪事件static final MarkerMarkers.BUSINESSBusiness logic events - 业务逻辑事件static final MarkerMarkers.CONFIDENTIALConfidential marker - 机密标记static final MarkerMarkers.DATABASEDatabase operations - 数据库操作static final MarkerMarkers.ENTRY_EXITEntry/Exit marker - 入口/出口标记static final MarkerMarkers.NETWORKNetwork operations - 网络操作static final MarkerMarkers.PERFORMANCEPerformance metrics - 性能指标static final MarkerMarkers.SECURITYSecurity-related events - 安全相关事件static final MarkerMarkers.SENSITIVESensitive data marker - 敏感数据标记static final MarkerMarkers.SYSTEMSystem-level events - 系统级事件Methods in cloud.opencode.base.log.marker that return MarkerModifier and TypeMethodDescriptionstatic MarkerGets or creates a marker with the specified name.static MarkerGets or creates a marker with references.Methods in cloud.opencode.base.log.marker that return types with arguments of type MarkerModifier and TypeMethodDescriptionMarker.iterator()Returns an iterator over the referenced markers.Methods in cloud.opencode.base.log.marker with parameters of type MarkerModifier and TypeMethodDescriptionvoidAdds a reference to another marker.booleanChecks if this marker contains the specified marker.static MarkerGets or creates a marker with references.booleanRemoves a reference to another marker. -
Uses of Marker in cloud.opencode.base.log.spi
Methods in cloud.opencode.base.log.spi with parameters of type MarkerModifier and TypeMethodDescriptionLogAdapter.convertMarker(Marker marker) Converts an OpenLog marker to the framework-specific marker.