#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "DataChunk.h"
#include "ISLogFileBase.h"
#include "ISLogFileFactory.h"
Go to the source code of this file.
Functions | |
void | logStats (const char *format,...) |
Chunk Header. More... | |
void logStats | ( | const char * | format, |
... | |||
) |
Chunk Header.
Definition at line 278 of file DataChunk.cpp.