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