Functions | |
int | pantheios_be_local_init (char const *processIdentity, void *reserved, void **ptoken) |
int | pantheios_be_remote_init (char const *processIdentity, void *reserved, void **ptoken) |
void | pantheios_be_local_uninit (void *token) |
void | pantheios_be_remote_uninit (void *token) |
int | pantheios_be_local_logEntry (void *feToken, void *beToken, int severity, char const *entry, size_t cchEntry) |
int | pantheios_be_remote_logEntry (void *feToken, void *beToken, int severity, char const *entry, size_t cchEntry) |
|
Initialises the local back-end API.
|
|
Passes a log-entry to the local back-end API.
|
|
Uninitialises the local back-end API.
|
|
Initialises the remote back-end API.
|
|
Passes a log-entry to the remote back-end API.
|
|
Uninitialises the remote back-end API.
|
|
|
pantheios Library documentation © Matthew Wilson, 2006 |
|