Changeset 12350 for source/ariba


Ignore:
Timestamp:
Aug 31, 2013, 11:26:22 AM (11 years ago)
Author:
s_taenzer@…
Message:

Logging: Properly enable logging with Log4Cxx in Node

Location:
source/ariba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Node.cpp

    r12060 r12350  
    5454
    5555namespace ariba {
     56
     57use_logging_cpp(Node);
    5658
    5759//Node::Node(AribaModule& ariba_mod, const Name& node_name) :
  • source/ariba/Node.h

    r12060 r12350  
    6565#include "SideportListener.h"
    6666#include "ariba/overlay/SequenceNumber.h"
     67#include "ariba/utility/logging/Logging.h"
    6768
    6869// reboost messages
     
    106107// TODO do we really want to inherit from Module.. ?
    107108class Node: public Module {
     109        use_logging_h(Node);
    108110public:
    109111   
Note: See TracChangeset for help on using the changeset viewer.