TerraForge3D
2.3.1
3D Terrain And Landscape Generator
LogHandler.h
1
#include <iostream>
2
#include <fstream>
3
4
class
LoggingOutputStreambuf
:
public
std::streambuf
5
{
6
std::streambuf *myDest;
7
std::ofstream myLogFile;
8
std::ostream *myOwner;
9
protected
:
10
int
overflow(
int
ch );
11
public
:
12
LoggingOutputStreambuf
(
13
std::streambuf *dest,
14
std::string
const
&logfileName );
15
16
LoggingOutputStreambuf
(
17
std::ostream &dest,
18
std::string
const
&logfileName );
19
20
~LoggingOutputStreambuf
();
21
};
LoggingOutputStreambuf
Definition:
LogHandler.h:5
TerraForge3D
include
Base
Logging
LogHandler.h
Generated on Thu Apr 7 2022 14:10:50 for TerraForge3D by
1.9.3