felix-clark / ndarray-glm

Rust library for linear, logistic, and generalized linear model regression
MIT License
22 stars 0 forks source link

Logging system #10

Open felix-clark opened 4 years ago

felix-clark commented 4 years ago

Would the standard log interface be sufficient? slog at least should be investigated.

Any logging should be gated behind a feature flag so that it can be compiled out entirely in performance-critical applications. I'm unsure whether it should be enabled or disabled by default.