AgentSkillsProviderBuilder.UseLoggerFactory(ILoggerFactory) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the logger factory.
public Microsoft.Agents.AI.AgentSkillsProviderBuilder UseLoggerFactory(Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
member this.UseLoggerFactory : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.Agents.AI.AgentSkillsProviderBuilder
Public Function UseLoggerFactory (loggerFactory As ILoggerFactory) As AgentSkillsProviderBuilder
Parameters
- loggerFactory
- ILoggerFactory
The logger factory.
Returns
This builder instance for chaining.