#include <string>
#include <acsutil.h>
#include <orbsvcs/CosNamingC.h>
#include <orbsvcs/CosNotifyChannelAdminS.h>
#include <orbsvcs/CosNotifyCommC.h>
#include "logging_idlC.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 LOG_BIN_TYPE 0 |
#define LOG_XML_TYPE 1 |
void getParams | ( | int | argc, | |
char * | argv[] | |||
) |
int getSyslogFacility | ( | ) |
void printUsage | ( | const char * | prgName | ) |
void writeSyslogMsg | ( | const char * | msg | ) |
std::string channelName |
std::string fileName |
FILE* outputFile |
int syslogFacility |
bool toFile = false |
bool toSyslog |