| 2677 | bool uninstallCustomFormatSpecifier(const char* formatSpecifier); |
| 2678 | |
| 2679 | const std::vector<CustomFormatSpecifier>* customFormatSpecifiers(void) const { |
| 2680 | return &m_customFormatSpecifiers; |
| 2681 | } |
| 2682 | |
| 2683 | inline void setLoggingLevel(Level level) { |
| 2684 | m_loggingLevel = level; |