MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / LogTerminal

Method LogTerminal

src/Diagnostics/src/LogTerminal.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

enableVT100TerminalModeFunction · 0.50

Tested by

no test coverage detected