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