![]() |
![]() |
|
#include <pantheios/frontends/fe.N.h>
PANTHEIOS_EXTERN_C pan_fe_N_t PAN_FE_N_SEVERITY_CEILINGS[] = { { 1, PANTHEIOS_SEV_WARNING }, // Back-end 1 has a ceiling of WARNING (so will log WARNING, ERROR, CRITICAL, ALERT, and EMERGENCY) { 2, PANTHEIOS_SEV_ERROR }, // Back-end 2 has a ceiling of ERROR (so will log ERROR, CRITICAL, ALERT, and EMERGENCY) PANTHEIOS_FE_N_TERMINATOR_ENTRY(PANTHEIOS_SEV_NOTICE) // default severity of NOTICE };
Public Attributes | |
int | backEndId |
The back-end identifier. | |
int | severityCeiling |
The severity ceiling. |
int backEndId |
The back-end identifier.
Specify 0 to terminate the array.
int severityCeiling |
The severity ceiling.
When backEndId is 0, this specifies the default ceiling
|
|
pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |
|