WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
LogOutputConsole.cpp
Go to the documentation of this file.
1#include "LogOutputConsole.h"
2#include <iostream>
3
4using namespace WMVLog;
5
6void LogOutputConsole::write(const std::string& message)
7{
8 std::cout << message << std::endl;
9}
void write(const std::string &message)
Write a log message to stdout.