MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / Logger

Method Logger

Suscan/Logger.cpp:36–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36Logger::Logger(void) : QObject()
37{
38 struct sigutils_log_config config;
39
40 config.priv = this;
41 config.exclusive = SU_FALSE;
42 config.log_func = log_func;
43
44 qRegisterMetaType<Suscan::LoggerMessage>();
45
46 su_log_init(&config);
47}
48
49void
50Logger::push(const struct sigutils_log_message *message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected