GenAILogger Property

Gets the logger instance used by the GoogleAi class for logging diagnostic messages, errors, and other runtime information. This property provides a mechanism to track and debug the internal operations of the class and its related components.

Definition

Namespace: GenerativeAI
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
protected ILogger? Logger { get; }

Property Value

ILogger

See Also