| 138 | } |
| 139 | |
| 140 | static void logNoNL( std::ostream & stream |
| 141 | , std::string const & text ) |
| 142 | { |
| 143 | stream << text; |
| 144 | fmt::print( "{}\n", text ); |
| 145 | } |
| 146 | }; |
| 147 | |
| 148 | struct ErrorLogStreambufTraits |
nothing calls this directly
no outgoing calls
no test coverage detected