#include <PalmOS.h>
#include <stdarg.h>
#include "log.h"
#include "memo.h"
Defines | |
#define | SIZE_INC 1000 |
Functions | |
Err | log_open () |
Opens a new log record in memo pad data base. | |
void | log_close () |
Closes the current log. | |
void | log_delete () |
Closes and deletes the curent log. | |
void | log_write (char *p) |
Writes the string given in the log, preceded by a time stamp and a newline. | |
void | log_printf (Char *formatStr,...) |
Internal use. | |
Variables | |
UInt32 | ticks |
UInt32 | secs |
Boolean | LogOpened |
char * | EvtNames [] |
int | DebugIndentLevel |
|
Closes the current log.
|
|
Closes and deletes the curent log.
|
|
Opens a new log record in memo pad data base.
|
|
Internal use. Writes "printf" formatted messages to debug log
|
|
Writes the string given in the log, preceded by a time stamp and a newline.
|