rippled
Public Member Functions | Static Public Attributes | List of all members
ripple::PeerFinder::Reporting Struct Reference

Severity levels for test reporting. More...

Public Member Functions

 Reporting ()=default
 

Static Public Attributes

static const bool params = true
 
static const bool crawl = true
 
static const bool nodes = true
 
static const bool dump_nodes = false
 

Detailed Description

Severity levels for test reporting.

This allows more fine grained control over reporting for diagnostics.

Definition at line 29 of file Reporting.h.

Constructor & Destructor Documentation

◆ Reporting()

ripple::PeerFinder::Reporting::Reporting ( )
explicitdefault

Member Data Documentation

◆ params

const bool ripple::PeerFinder::Reporting::params = true
static

Definition at line 34 of file Reporting.h.

◆ crawl

const bool ripple::PeerFinder::Reporting::crawl = true
static

Definition at line 37 of file Reporting.h.

◆ nodes

const bool ripple::PeerFinder::Reporting::nodes = true
static

Definition at line 40 of file Reporting.h.

◆ dump_nodes

const bool ripple::PeerFinder::Reporting::dump_nodes = false
static

Definition at line 43 of file Reporting.h.