Uses of Class
cloud.opencode.base.log.LogEvent.Builder
Packages that use LogEvent.Builder
Package
Description
OpenCode Base Log - Lightweight Logging Facade
OpenCode 基础日志 - 轻量级日志门面
-
Uses of LogEvent.Builder in cloud.opencode.base.log
Methods in cloud.opencode.base.log that return LogEvent.BuilderModifier and TypeMethodDescriptionstatic LogEvent.BuilderCreates a new builder with the required level and message.LogEvent.Builder.callerInfo(CallerInfo callerInfo) Sets the caller info.LogEvent.Builder.loggerName(String loggerName) Sets the logger name.Sets the marker.Sets the MDC context map.LogEvent.Builder.threadName(String threadName) Sets the thread name.Sets the throwable.LogEvent.Builder.timestamp(long timestampMillis) Sets the timestamp in milliseconds since epoch.