#include "config.h"
#include "Account.h"
#include "Transaction.h"
Functions | |
void | xaccOpenLog (void) |
void | xaccCloseLog (void) |
void | xaccTransWriteLog (Transaction *, char) |
void | xaccLogEnable (void) |
void | xaccLogDisable (void) |
void | xaccLogSetBaseName (const char *) |
The logfiles are useful for tracing, journalling, error recovery. Note that the current support for journalling is at best embryonic, at worst, is dangerous by setting the wrong expectations.