Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Logger.cpp
Go to the documentation of this file.
1
2
3/*
4 Author : Tobias Stein
5 Date : 11th September, 2016
6 File : Logger.cpp
7
8 Class that manages the logging.
9
10 All Rights Reserved. (c) Copyright 2016.
11*/
12
13#if !defined(ECS_DISABLE_LOGGING)
14
15#include "Log/Logger.h"
16
17namespace ECS { namespace Log {
18
20 {}
21
23 {}
24
25}} // namespace ECS::Log
26
27#endif // !ECS_DISABLE_LOGGING