@brief Returns true if custom format specifier is installed
| 3799 | } |
| 3800 | /// @brief Returns true if custom format specifier is installed |
| 3801 | static inline bool hasCustomFormatSpecifier(const char* formatSpecifier) { |
| 3802 | return ELPP->hasCustomFormatSpecifier(formatSpecifier); |
| 3803 | } |
| 3804 | static inline void validateFileRolling(Logger* logger, Level level) { |
| 3805 | if (logger == nullptr) return; |
| 3806 | logger->m_typedConfigurations->validateFileRolling(level, ELPP->preRollOutCallback()); |
nothing calls this directly
no outgoing calls
no test coverage detected