toString method
Provides a string representation of the strategy including its type and log level.
Implementation
@override
String toString() {
return 'AILogStrategy(analysis: $_enableAnalysis, insights: $_enableInsights, anomaly: $_enableAnomalyDetection)';
}