Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::VerbosityHolder Struct Reference

Temporary changes system's verbosity for specific function. More...

#include <Log.h>

Public Member Functions

 VerbosityHolder (int _temporaryValue, bool _force=false)
 
 ~VerbosityHolder ()
 

Public Attributes

int oldLogVerbosity
 

Detailed Description

Temporary changes system's verbosity for specific function.

Restores the old verbosity when function returns. Not thread-safe, use with caution!

Definition at line 80 of file Log.h.

Constructor & Destructor Documentation

dev::VerbosityHolder::VerbosityHolder ( int  _temporaryValue,
bool  _force = false 
)
inline

Definition at line 82 of file Log.h.

dev::VerbosityHolder::~VerbosityHolder ( )
inline

Definition at line 83 of file Log.h.

Member Data Documentation

int dev::VerbosityHolder::oldLogVerbosity

Definition at line 84 of file Log.h.


The documentation for this struct was generated from the following file: