Change the verbosity level (global or specific to the RLogChannel passed to the constructor) for the lifetime of this object.
Example:
Foo::SomethingToDebug();
Change the verbosity level (global or specific to the RLogChannel passed to the constructor) for the ...
@ kDebug
Debug information; only useful for developers; can have added verbosity up to 255-kDebug.
Definition at line 243 of file RLogger.hxx.
#include <ROOT/RLogger.hxx>
◆ RLogScopedVerbosity() [1/2]
ROOT::Experimental::RLogScopedVerbosity::RLogScopedVerbosity |
( |
RLogChannel & |
channel, |
|
|
ELogLevel |
verbosity |
|
) |
| |
|
inline |
◆ RLogScopedVerbosity() [2/2]
ROOT::Experimental::RLogScopedVerbosity::RLogScopedVerbosity |
( |
ELogLevel |
verbosity | ) |
|
|
inlineexplicit |
◆ ~RLogScopedVerbosity()
ROOT::Experimental::RLogScopedVerbosity::~RLogScopedVerbosity |
( |
| ) |
|
|
inline |
◆ fChannel
RLogChannel* ROOT::Experimental::RLogScopedVerbosity::fChannel |
|
private |
◆ fPrevLevel
ELogLevel ROOT::Experimental::RLogScopedVerbosity::fPrevLevel |
|
private |
The documentation for this class was generated from the following file: