| 12 | static constexpr auto kColourVerbose = fmt::fg(fmt::color::gray); |
| 13 | |
| 14 | LogTerminal::LogTerminal() |
| 15 | { |
| 16 | _vt100Enabled = Platform::enableVT100TerminalMode(); |
| 17 | } |
| 18 | |
| 19 | static FILE* getOutputStream(Level level) |
| 20 | { |
nothing calls this directly
no test coverage detected