| 35 | } |
| 36 | |
| 37 | unsigned int LogManager::getLoglevel() |
| 38 | { |
| 39 | if(log_console_enabled) |
| 40 | { |
| 41 | return(LL_TRACE); |
| 42 | } |
| 43 | else |
| 44 | { |
| 45 | return(loglevel); |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | void LogManager::configure(json config, const filesystem::path& defaultDir) |
| 50 | { |
no outgoing calls
no test coverage detected