Returns the string representation of a log level.

Synopsis

Declared in <logging.h>

static
std::string
LogLevelToStr(BCLog::Level level);

Return Value

The name of the given log level.

Parameters

Name

Description

level

The log level to convert.

Created with MrDocs