llarp::log::CategoryLogger

Public Functions

Name
CategoryLogger(std::string_view name)
void min_level(Level lvl)
bool should_log(Level lvl) const
void on_log_event(Level lvl, const llarp::util::source_location & loc, const std::string & msg) const

Public Functions Documentation

function CategoryLogger

CategoryLogger(
    std::string_view name
)

function min_level

void min_level(
    Level lvl
)

function should_log

bool should_log(
    Level lvl
) const

function on_log_event

void on_log_event(
    Level lvl,
    const llarp::util::source_location & loc,
    const std::string & msg
) const

Updated on 2026-01-10 at 22:49:45 +0000