Classes | Defines | Functions | Variables

loggingClient.h File Reference

#include <string>
#include <acsutil.h>
#include <orbsvcs/CosNamingC.h>
#include <orbsvcs/CosNotifyChannelAdminS.h>
#include <orbsvcs/CosNotifyCommC.h>
#include "logging_idlC.h"
Include dependency graph for loggingClient.h:

Go to the source code of this file.

Classes

class  Subscribe
class  ACSStructuredPushConsumer

Defines

#define LOG_BIN_TYPE   0
#define LOG_XML_TYPE   1

Functions

int getSyslogFacility ()
void getParams (int argc, char *argv[])
void printUsage (const char *prgName)
void writeSyslogMsg (const char *msg)

Variables

int syslogFacility
bool toSyslog
std::string channelName
FILE * outputFile
std::string fileName
bool toFile = false

Define Documentation

#define LOG_BIN_TYPE   0
#define LOG_XML_TYPE   1

Function Documentation

void getParams ( int  argc,
char *  argv[] 
)
int getSyslogFacility (  ) 
void printUsage ( const char *  prgName  ) 
void writeSyslogMsg ( const char *  msg  ) 

Variable Documentation

std::string channelName
std::string fileName
FILE* outputFile
bool toFile = false
bool toSyslog