Uses of Class
cloud.opencode.base.log.enhance.StructuredLog.Builder
Packages that use StructuredLog.Builder
Package
Description
Enhanced Logging - Advanced Logging Features
增强日志 - 高级日志功能
-
Uses of StructuredLog.Builder in cloud.opencode.base.log.enhance
Methods in cloud.opencode.base.log.enhance that return StructuredLog.BuilderModifier and TypeMethodDescriptionstatic StructuredLog.BuilderStructuredLog.debug()Creates a DEBUG level structured log builder.static StructuredLog.BuilderStructuredLog.error()Creates an ERROR level structured log builder.Sets the exception.Adds a field.Adds multiple fields.static StructuredLog.BuilderStructuredLog.info()Creates an INFO level structured log builder.Sets the marker.Sets the log message.Sets the span ID.static StructuredLog.BuilderStructuredLog.trace()Creates a TRACE level structured log builder.Sets the trace ID.static StructuredLog.BuilderStructuredLog.warn()Creates a WARN level structured log builder.