Keep track of emitted errors and warnings.
Definition at line 53 of file RLogger.hxx.
Public Member Functions | |
| long long | GetNumErrors () const | 
| Returns the current number of errors.   | |
| long long | GetNumFatalErrors () const | 
| Returns the current number of fatal errors.   | |
| long long | GetNumWarnings () const | 
| Number of fatal errors.   | |
| void | Increment (ELogLevel severity) | 
| Increase warning or error count.   | |
Protected Attributes | |
| std::atomic< long long > | fNumErrors {0ll} | 
| Number of warnings.   | |
| std::atomic< long long > | fNumFatalErrors {0ll} | 
| Number of errors.   | |
| std::atomic< long long > | fNumWarnings {0ll} | 
#include <ROOT/RLogger.hxx>
      
  | 
  inline | 
Returns the current number of errors.
Definition at line 64 of file RLogger.hxx.
      
  | 
  inline | 
Returns the current number of fatal errors.
Definition at line 67 of file RLogger.hxx.
      
  | 
  inline | 
Number of fatal errors.
Returns the current number of warnings.
Definition at line 61 of file RLogger.hxx.
      
  | 
  inline | 
Increase warning or error count.
Definition at line 70 of file RLogger.hxx.
      
  | 
  protected | 
Number of warnings.
Definition at line 56 of file RLogger.hxx.
      
  | 
  protected | 
Number of errors.
Definition at line 57 of file RLogger.hxx.
      
  | 
  protected | 
Definition at line 55 of file RLogger.hxx.