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
4
using namespace
WMVLog
;
5
6
void
LogOutputConsole::write
(
const
std::string& message)
7
{
8
std::cout << message << std::endl;
9
}
LogOutputConsole.h
WMVLog::LogOutputConsole::write
void write(const std::string &message)
Write a log message to stdout.
Definition
LogOutputConsole.cpp:6
WMVLog
Definition
Logger.h:16
Source
Engine
Core
Logger
LogOutputConsole.cpp
Generated by
1.9.8