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
5namespace WMVLog
6{
9 {
10 public:
12 void write(const std::string& message);
13 };
14}
Log output sink that writes messages to the standard console (stdout).
void write(const std::string &message)
Write a log message to stdout.
Abstract base class for log output sinks (console, file, etc.).
Definition LogOutput.h:10