Property Logger
Logger
Gets the logger instance used for logging operations.
public ILogger Logger { get; }
Property Value
Remarks
This property provides access to the logger, which can be used to log messages at various levels. Ensure that the logger is properly initialized before use.