@brief Determines whether or not certain flag is active
| 3879 | } |
| 3880 | /// @brief Determines whether or not certain flag is active |
| 3881 | static inline bool hasFlag(LoggingFlag flag) { |
| 3882 | return ELPP->hasFlag(flag); |
| 3883 | } |
| 3884 | /// @brief Adds flag and removes it when scope goes out |
| 3885 | class ScopedAddFlag { |
| 3886 | public: |