SELKIELogger
1.0.0
|
Print messages in a .dat file. More...
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "SELKIELoggerBase.h"
#include "SELKIELoggerMP.h"
#include "version.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Print messages in a .dat file.
Definition in file DumpMessages.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Reads messages from a SELKIELogger data file and prints out a simple representation.
Does not attempt to use friendly names for sources or channels.
[in] | argc | Argument count |
[in] | argv | Arguments |
Definition at line 48 of file DumpMessages.c.