/** * Retrieves the log annotations associated with the current scope. * * @tsplus static effect/core/stream/Stream.Ops logAnnotations */ export function logAnnotations(): Stream> { return Stream.fromEffect(FiberRef.currentLogAnnotations.get) }