7 references to BlockMappingPipelineLog
Microsoft.AspNetCore.Components.AI (7)
Pipeline\BlockMappingPipeline.cs (7)
58BlockMappingPipelineLog.ProcessingUpdate(_logger, update.Role?.Value, update.Contents.Count, contentTypes); 73BlockMappingPipelineLog.ActiveHandlerResult(_logger, active.Block.GetType().Name, result.Kind.ToString(), active.Block.Id); 103BlockMappingPipelineLog.TryingInactiveHandler(_logger, handler.GetType().Name); 125BlockMappingPipelineLog.ActiveHandlerResult(_logger, emitBlock.GetType().Name, catchUpResult.Kind.ToString(), emitBlock.Id); 139BlockMappingPipelineLog.EmittingBlock(_logger, emitBlock.GetType().Name, emitBlock.Id, emitBlock.Role?.Value); 154BlockMappingPipelineLog.AllContentHandledAfterPhase1(_logger); 162BlockMappingPipelineLog.Finalizing(_logger, _activeStack.Count);