Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

pan_fe_N_t Struct Reference
[Pantheios N Stock Front-end]

#include <pantheios/frontends/fe.N.h>

List of all members.


Detailed Description

Structure that describes a filter entry.

  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
  };
Examples:

c/example.c.N/example.c.N.c.


Public Attributes

int backEndId
 The back-end identifier.
int severityCeiling
 The severity ceiling.

Member Data Documentation

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


The documentation for this struct was generated from the following file:

pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 SourceForge.net Logo