Uses of Class
cloud.opencode.base.log.context.LogContext.ContextSnapshot
Packages that use LogContext.ContextSnapshot
Package
Description
Log Context - MDC and NDC Context Management
日志上下文 - MDC 和 NDC 上下文管理
-
Uses of LogContext.ContextSnapshot in cloud.opencode.base.log.context
Methods in cloud.opencode.base.log.context that return LogContext.ContextSnapshotModifier and TypeMethodDescriptionstatic LogContext.ContextSnapshotLogContext.snapshot()Creates a snapshot of the current context.Methods in cloud.opencode.base.log.context with parameters of type LogContext.ContextSnapshotModifier and TypeMethodDescriptionstatic voidLogContext.apply(LogContext.ContextSnapshot snapshot) Applies a context snapshot.