Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
eloslog.h File Reference

(/usr/bin/git 2024-06-21, commit: 8bbf805)

Header related to elos connection. More...

#include <stdbool.h>
#include <stdint.h>
#include "elos-common.h"
Include dependency graph for eloslog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRINIT_ELOSLOG_FEATURE_NAME   "elos"
 
#define CRINIT_ELOSLOG_EVENT_LIMIT   0x400
 

Functions

int crinitEloslogInit (void)
 
int crinitEloslogActivate (bool e)
 
int crinitElosLog (crinitElosSeverityE_t severity, crinitElosEventMessageCodeE_t messageCode, uint64_t classification, const char *format,...)
 

Detailed Description

Header related to elos connection.

Macro Definition Documentation

◆ CRINIT_ELOSLOG_EVENT_LIMIT

#define CRINIT_ELOSLOG_EVENT_LIMIT   0x400

◆ CRINIT_ELOSLOG_FEATURE_NAME

#define CRINIT_ELOSLOG_FEATURE_NAME   "elos"

Function Documentation

◆ crinitElosLog()

int crinitElosLog ( crinitElosSeverityE_t  severity,
crinitElosEventMessageCodeE_t  messageCode,
uint64_t  classification,
const char *  format,
  ... 
)

Log a crinit event to elos.

Parameters
severityThe event severity.
messageCodeThe event message code.
classificationThe event classification bitmask.
formatFormat string to format remaining arguments.
Returns
Returns 0 on success, -1 otherwise.

◆ crinitEloslogActivate()

int crinitEloslogActivate ( bool  e)

Specify if events should be sent to Elos.

By default, Crinit will not connect to elos. If this is set to true, however, Crinit will connect and send events to the elos daemon.

Parameters
etrue if elos should be used, false otherwise.
Returns
Returns 0 on success, -1 otherwise.

◆ crinitEloslogInit()

int crinitEloslogInit ( void  )

Initialize all components needed to handle event logging.