Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
log.cpp File Reference
#include <cstdlib>
#include <string>

Go to the source code of this file.

Variables

bool verbose_logging = std::getenv("BB_VERBOSE") == nullptr ? false : std::string(std::getenv("BB_VERBOSE")) == "1"
 
bool debug_logging = false
 

Variable Documentation

◆ debug_logging

bool debug_logging = false

Definition at line 12 of file log.cpp.

◆ verbose_logging

bool verbose_logging = std::getenv("BB_VERBOSE") == nullptr ? false : std::string(std::getenv("BB_VERBOSE")) == "1"

Definition at line 6 of file log.cpp.