WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
LogOutputConsole.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
LogOutput.h
"
4
5
namespace
WMVLog
6
{
8
class
LogOutputConsole
:
public
LogOutput
9
{
10
public
:
12
void
write
(
const
std::string& message);
13
};
14
}
LogOutput.h
WMVLog::LogOutputConsole
Log output sink that writes messages to the standard console (stdout).
Definition
LogOutputConsole.h:9
WMVLog::LogOutputConsole::write
void write(const std::string &message)
Write a log message to stdout.
Definition
LogOutputConsole.cpp:6
WMVLog::LogOutput
Abstract base class for log output sinks (console, file, etc.).
Definition
LogOutput.h:10
WMVLog
Definition
Logger.h:16
Source
Engine
Core
Logger
LogOutputConsole.h
Generated by
1.9.8