Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + type ActorLogger struct + func NewActorLogger(w io.Writer, isOnGCE bool) *ActorLogger + func (al *ActorLogger) EmitLifecycleLog(ctx context.Context, msg string, a resources.ActorAttribution) + func (al *ActorLogger) StartJSONLogPipe(a resources.ActorAttribution, containerName string) (io.WriteCloser, error) + func (al *ActorLogger) WrapContainerLogs(r io.Reader, a resources.ActorAttribution, containerName string) + type SyncedWriter struct + func NewSyncedWriter(w io.Writer) *SyncedWriter + func (sw *SyncedWriter) Write(p []byte) (n int, err error)