Fire Core  8.0.0.alpha
GIS framework per tutti gli usi
 Tutto Classi Namespace Funzioni Variabili Ridefinizioni di tipo (typedef) Tipi enumerati (enum) Valori del tipo enumerato Friend
OutputStreamManager.hpp
1 // Copyright 2015 GEOSYSTEMS SRL
2 // All Rights Reserved.
3 
4 #ifndef FIRE_LOGGING_CORE_APPENDER_OUTPUTSTREAMMANAGER_HPP_INCLUDED
5 #define FIRE_LOGGING_CORE_APPENDER_OUTPUTSTREAMMANAGER_HPP_INCLUDED
6 
7 #include <exception>
8 
9 #include "fire/export.hpp"
10 #include "fire/logging/core/appender/AbstractManager.hpp"
11 
18 namespace fire {
25 namespace logging {
32 namespace core {
39 namespace appender {
47  public:
54  virtual ~OutputStreamManager();
55 };
56 } // namespace appender
57 } // namespace core
58 } // namespace logging
59 } // namespace fire
60 
61 #endif
Definition: AbstractManager.hpp:46
Definition: OutputStreamManager.hpp:46