Skip to content
Snippets Groups Projects
Commit 1a8f2d69 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

new file: Logger.h

parent 89b9e7d0
No related branches found
No related tags found
No related merge requests found
#ifndef hallc_hcana_Logger_hh
#define hallc_hcana_Logger_hh
#include "podd2/Logger.h"
//#include "podd2/spdlog/spdlog.h"
//#include "podd2/spdlog/sinks/stdout_color_sinks.h" //support for stdout logging
//#include "podd2/spdlog/sinks/basic_file_sink.h" // support for basic file logging
namespace hcana {
template <typename Base>
using RunLogging = podd2::RunLogging<Base>;
template <typename Base>
using ConfigLogging = podd2::ConfigLogging<Base>;
template <typename Base>
using HitLogging = podd2::HitLogging<Base>;
template <typename Base>
using DetectorLogging = podd2::DetectorLogging<Base>;
template <typename Base>
using SpectrometerLogging = podd2::SpectrometerLogging<Base>;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment