void init_debuglog_log(
    pika::util::runtime_configuration& ini,
    bool isconsole,
    void (*)(pika::util::logger_writer_type&,
             const char*,
             logging::level,
             pika::logging_destination)
        set_console_dest,
    void (*)(logging::writer::named_write&)
        define_formatters)

Declared at: libs/pika/init_runtime/src/init_logging.cpp:553

Parameters

pika::util::runtime_configuration& ini
bool isconsole
void (*)(pika::util::logger_writer_type&, const char*, logging::level, pika::logging_destination) set_console_dest
void (*)(logging::writer::named_write&) define_formatters