NeuralEngine
A Game Engine with embeded Machine Learning algorithms based on Gaussian Processes.
NeLogToStdout.h
1
11
#pragma once
12
13
#include <Core/NeLogger.h>
14
15
namespace
NeuralEngine
16
{
17
18
class
NE_IMPEXP
LogToStdout
:
public
Listener
19
{
20
public
:
21
LogToStdout
(
int
flags);
22
23
private
:
24
virtual
void
Report(std::string
const
& message)
override
;
25
};
26
27
}
NeuralEngine::Listener
Definition:
NeLogger.h:27
NeuralEngine::LogToStdout
Definition:
NeLogToStdout.h:19
NeuralEngine
Definition:
NeArray2.h:18
include
Core
NeLogToStdout.h
Generated by
1.9.4