Some test madness
This commit is contained in:
parent
20e86801b3
commit
d6c71488b3
22 changed files with 457 additions and 201 deletions
|
@ -286,7 +286,7 @@ void MultiMC::initLogger()
|
|||
QsLogging::Logger &logger = QsLogging::Logger::instance();
|
||||
logger.setLoggingLevel(QsLogging::TraceLevel);
|
||||
m_fileDestination = QsLogging::DestinationFactory::MakeFileDestination("MultiMC.log");
|
||||
m_debugDestination = QsLogging::DestinationFactory::MakeDebugOutputDestination();
|
||||
m_debugDestination = QsLogging::DestinationFactory::MakeQDebugDestination();
|
||||
logger.addDestination(m_fileDestination.get());
|
||||
logger.addDestination(m_debugDestination.get());
|
||||
// log all the things
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue