berthubert / simplomon

Very simple monitoring system with a single configuration file
MIT License
119 stars 15 forks source link

Provide format_as implementations for DNSName, named enums #30

Open wandernauta opened 6 months ago

wandernauta commented 6 months ago

This makes it possible to use fmt on these values as-is, without having to call toString.

Behavior is unchanged. The toString method and operator<< overload are both kept.