4 #ifndef FIRE_LOGGING_CORE_APPENDER_ABSTRACTOUTPUTSTREAMAPPENDER_HPP_INCLUDED
5 #define FIRE_LOGGING_CORE_APPENDER_ABSTRACTOUTPUTSTREAMAPPENDER_HPP_INCLUDED
10 #include "fire/logging/core/appender/AbstractAppender.hpp"
67 }
catch (
const std::exception& exception) {
79 }
catch (
const std::exception& exception) {
std::string name
Definition: AbstractAppender.hpp:56
Definition: AbstractAppender.hpp:48
Definition: AbstractOutputStreamAppender.hpp:52
virtual ~AbstractOutputStreamAppender()
Definition: AbstractOutputStreamAppender.hpp:77
AbstractOutputStreamAppender(const std::string &name)
Definition: AbstractOutputStreamAppender.hpp:65