| 2892 | } |
| 2893 | |
| 2894 | base::TypedConfigurations Loggers::defaultTypedConfigurations(void) { |
| 2895 | return base::TypedConfigurations( |
| 2896 | ELPP->registeredLoggers()->defaultConfigurations(), |
| 2897 | ELPP->registeredLoggers()->logStreamsReference()); |
| 2898 | } |
| 2899 | |
| 2900 | std::vector<std::string>* Loggers::populateAllLoggerIds(std::vector<std::string>* targetList) { |
| 2901 | targetList->clear(); |
nothing calls this directly
no test coverage detected