Geometrize  1.0
An application for geometrizing images into geometric primitives
Functions
geometrize::logging Namespace Reference

Functions

void setupLogging ()
 setupLogging Installs a log message handler. Logging in Geometrize uses the Qt QLoggingCategory logging framework See: https://doc.qt.io/qt/qtglobal.html#qInstallMessageHandler More...
 

Function Documentation

◆ setupLogging()

void geometrize::logging::setupLogging ( )

setupLogging Installs a log message handler. Logging in Geometrize uses the Qt QLoggingCategory logging framework See: https://doc.qt.io/qt/qtglobal.html#qInstallMessageHandler

31 {
32  qInstallMessageHandler(&messageHandler);
33 }
Here is the caller graph for this function: