summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Logger/CIAOLoggerFactory.h
blob: 3abee97aaf1cacbdf9d18b19ade9c8b836b32841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$
#ifndef LOGGERFACTORY_H_
#define LOGGERFACTORY_H_

#include "ace/Service_Object.h"
#include "tao/ORB.h"
#include "ace/Log_Msg_Backend.h"

namespace CIAO
  {

  class CIAOLoggerFactory : public ACE_Service_Object
    {
    public:
      virtual ACE_Log_Msg_Backend * get_logger_backend (CORBA::ORB_ptr orb) = 0;
    };
} // CIAO

#endif /*LOGGERFACTORY_H_*/