00001 // this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*- 00002 //---------------------------------------------------------------------- 00009 //---------------------------------------------------------------------- 00010 #ifndef DRIVER_SVH_LOGGING_H_INCLUDED 00011 #define DRIVER_SVH_LOGGING_H_INCLUDED 00012 00013 #include <icl_core_logging/Logging.h> 00014 00015 namespace driver_svh { 00016 00017 DECLARE_LOG_STREAM(DriverSVH); 00018 00019 using icl_core::logging::endl; 00020 00021 } 00022 00023 #endif