Geometrize  1.0
An application for geometrizing images into geometric primitives
logging.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace geometrize
4 {
5 
6 namespace logging
7 {
8 
13 void setupLogging();
14 
15 }
16 
17 }
geometrize::logging::setupLogging
void setupLogging()
setupLogging Installs a log message handler. Logging in Geometrize uses the Qt QLoggingCategory loggi...
Definition: logging.cpp:30
geometrize::util::printToAllScriptConsoleWidgets
void printToAllScriptConsoleWidgets(const std::string &str)
printToAllScriptConsoleWidgets A convenience function for printing a string to all the GUI console wi...
Definition: util.cpp:92
geometrize
Definition: commandlineparser.cpp:73
logging.h
util.h