FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ScopedLogDisable() [3/3]

fl::ScopedLogDisable::ScopedLogDisable ( ScopedLogDisable && other)
inline

Definition at line 82 of file cstdio.h.

83 : mPreviousLevel(other.mPreviousLevel) {
84 // Mark other as "moved-from" by setting to current level (no-op restore)
85 other.mPreviousLevel = static_cast<u8>(LogLevel::FL_LOG_LEVEL_NONE);
86 }
unsigned char u8
Definition stdint.h:131
@ FL_LOG_LEVEL_NONE
No logging (completely silent)
Definition cstdio.h:24

References ScopedLogDisable(), fl::FL_LOG_LEVEL_NONE, FL_NOEXCEPT, and mPreviousLevel.

+ Here is the call graph for this function: