syslog-ng source
on-error.h File Reference
#include "syslog-ng.h"
#include "atomic.h"
Include dependency graph for on-error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  OnError { ON_ERROR_DROP_MESSAGE = 0x01 , ON_ERROR_DROP_PROPERTY = 0x02 , ON_ERROR_FALLBACK_TO_STRING = 0x04 , ON_ERROR_SILENT = 0x08 }
 

Functions

gboolean on_error_parse (const gchar *on_error, gint *out)
 

Enumeration Type Documentation

◆ OnError

enum OnError
Enumerator
ON_ERROR_DROP_MESSAGE 
ON_ERROR_DROP_PROPERTY 
ON_ERROR_FALLBACK_TO_STRING 
ON_ERROR_SILENT 

Function Documentation

◆ on_error_parse()

gboolean on_error_parse ( const gchar *  on_error,
gint *  out 
)