GUI
loggerLocator.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 by Maciej Wiecierzewski
3  */
4 
11 #ifndef LOGGERLOCATOR_H
12 #define LOGGERLOCATOR_H
13 
14 #include <ostream>
15 
16 namespace gui
17 {
18 
19 std::ostream & getLogStr();
20 
21 }
22 
23 #endif // LOGGERLOCATOR_H