| 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()); |
| 3807 | } |
| 3808 | }; |
| 3809 | /// @brief Static helpers to deal with loggers and their configurations |
| 3810 | class Loggers : base::StaticClass { |