|
|
|
|
|
#include <pantheios/pantheios.h>
#include <pantheios/backend.h>
#include <platformstl/platformstl.h>
#include <pantheios/backends/bec.fprintf.h>
Go to the source code of this file.
Defines | |
| #define | PANTHEIOS_BE_CONSOLE_F_NO_COLOURS (0) |
| Causes the Pantheios Console Stock Back-end to emit log statements without colouring based on severity. | |
| #define | pantheios_be_console_getDefaultAppInit(init) pantheios_be_fprintf_getAppInit(init) |
| Fills out a copy of the initialisation structure with default values (representative of the default behaviour of the library), ready to be customised and passed to the API initialiser function pantheios_be_console_init(). | |
| #define | pantheios_be_console_init pantheios_be_fprintf_init |
| Implements the functionality for pantheios_be_init() over the Console API. | |
| #define | pantheios_be_console_uninit pantheios_be_fprintf_uninit |
| Implements the functionality for pantheios_be_uninit() over the Console API. | |
| #define | pantheios_be_console_logEntry pantheios_be_fprintf_logEntry |
| Implements the functionality for pantheios_be_logEntry() over the Console API. | |
| #define | pantheios_be_console_parseArgs(numArgs, args, init) pantheios_be_fprintf_parseArgs(numArgs, args, init) |
| Parses the be.console back-end flags. | |
Typedefs | |
| typedef pan_be_fprintf_init_t | pan_be_console_init_t |
| Structure used for specifying initialisation information to the be.console library. | |
Functions | |
| void | pantheios_be_console_getAppInit (int backEndId, pan_be_console_init_t *init) |
Callback function defined by the application, invoked when the API is initialised with a NULL init parameter. | |
|
|
|
| pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |
|