| 389 | } |
| 390 | |
| 391 | Level getRecastMaxLogLevel() |
| 392 | { |
| 393 | if (const char* env = getenv("OPENMW_RECAST_MAX_LOG_LEVEL")) |
| 394 | return toLevel(env); |
| 395 | |
| 396 | return Error; |
| 397 | } |
| 398 | |
| 399 | void setupLogging(const std::filesystem::path& logDir, std::string_view appName) |
| 400 | { |
no test coverage detected