19 : func_{std::move(func)} {}
Logger class that wraps a LogFunction.
void log(LogLevel level, LogCategory category, std::string_view msg) override
LoggerDefault(LogFunction func)
static UA_LogCategory category
static UA_LogCategory const char * msg
std::function< void(LogLevel, LogCategory, std::string_view msg)> LogFunction
Log function.