OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
streamf.c File Reference
#include "olog.h"
#include "olog/streamf.h"
#include "phash.h"
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
Include dependency graph for streamf.c:

Go to the source code of this file.

Functions

olog_backend olog_backend_streamf (olog_streamf_arguments *arguments, int8_t min_log_level, int8_t max_log_level)
 

Variables

const char * severity_l [] = { "debug", "info", "notice", "warning", "error", "critical", "alert", "emergency" }
 
const char * severity_u [] = { "DEBUG", "INFO", "NOTICE", "WARNING", "ERROR", "CRITICAL", "ALERT", "EMERGENCY" }
 
const char * severity_m [] = { "Debug", "Info", "Notice", "Warning", "Error", "Critical", "Alert", "Emergency" }
 

Function Documentation

◆ olog_backend_streamf()

olog_backend olog_backend_streamf ( olog_streamf_arguments arguments,
int8_t  min_log_level,
int8_t  max_log_level 
)

Definition at line 362 of file streamf.c.

Variable Documentation

◆ severity_l

const char* severity_l[] = { "debug", "info", "notice", "warning", "error", "critical", "alert", "emergency" }

Definition at line 36 of file streamf.c.

◆ severity_m

const char* severity_m[] = { "Debug", "Info", "Notice", "Warning", "Error", "Critical", "Alert", "Emergency" }

Definition at line 38 of file streamf.c.

◆ severity_u

const char* severity_u[] = { "DEBUG", "INFO", "NOTICE", "WARNING", "ERROR", "CRITICAL", "ALERT", "EMERGENCY" }

Definition at line 37 of file streamf.c.