Changeset 12350 for source/ariba/Node.h


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

Logging: Properly enable logging with Log4Cxx in Node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.