Seconds class
          #include <eckit/log/Seconds.h>
        
        
Constructors, destructors, conversion operators
- Seconds(double, bool compact = false)
- Seconds(const struct ::timeval&, bool compact = false)
- operator std::string() const
- operator double() const
Friends
- 
              auto operator<<(std::ostream&, const Seconds&) -> std:: ostream&