class

Logarithm::AlertSystem

Inherits Reference < Object

Simplified alert system for CLI anomaly detection

Provides console-based alerts for anomaly detection with:

  • Simple threshold-based alerting
  • Rate limiting to prevent alert spam
  • Colored console output

Class methods

alert_anomaly(score : Float64, threshold : Float64, log_content : String)
Source

Nested types