This class is designed to manage the log of information in TerraLib. More...
#include "Logger.h"#include "../Exception.h"#include "../translator/Translator.h"#include <boost/format.hpp>#include <boost/filesystem/fstream.hpp>#include <boost/log/attributes/current_process_name.hpp>#include <boost/log/attributes/current_thread_id.hpp>#include <boost/log/sinks/text_ostream_backend.hpp>#include <boost/log/sources/severity_channel_logger.hpp>#include <boost/log/trivial.hpp>#include <boost/log/utility/setup/common_attributes.hpp>#include <boost/log/utility/setup/file.hpp>#include <boost/log/utility/setup/from_stream.hpp>Go to the source code of this file.
This class is designed to manage the log of information in TerraLib.
Definition in file Logger.cpp.